File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# A sample Gemfile
2
2
source "https://rubygems.org"
3
3
4
- gem 'review' , '2.2 .0'
4
+ gem 'review' , '2.3 .0'
5
5
gem 'review-peg' , '0.2.2'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- review (2.2 .0 )
4
+ review (2.3 .0 )
5
5
rouge
6
6
rubyzip
7
7
review-peg (0.2.2 )
@@ -12,8 +12,8 @@ PLATFORMS
12
12
ruby
13
13
14
14
DEPENDENCIES
15
- review (= 2.2 .0 )
15
+ review (= 2.3 .0 )
16
16
review-peg (= 0.2.2 )
17
17
18
18
BUNDLED WITH
19
- 1.15.1
19
+ 1.15.3
Original file line number Diff line number Diff line change 13
13
"web" : " npm run build && grunt web" ,
14
14
"postweb" : " cp -r publish/ docs/" ,
15
15
"html" : " npm run build && grunt html" ,
16
+ "epub" : " npm run build && grunt epub" ,
16
17
"build:sub" : " npm run build:sub1 && npm run build:sub2 && npm run build:sub3 && npm run build:sub4 && npm run build:sub5" ,
17
18
"build:sub1" : " tsc -p code/at-types/usage/" ,
18
19
"build:sub2" : " tsc -p code/definition-file/augmentGlobal/" ,
You can’t perform that action at this time.
0 commit comments