Skip to content

Commit 113692b

Browse files
committed
2.20.0
1 parent 88bf254 commit 113692b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
albacore (2.0.4)
4+
albacore (3.0.1)
55
map (~> 6.5)
66
nokogiri (~> 1.5)
7-
rake (> 10)
7+
rake (~> 10)
88
semver2 (~> 3.4)
99
map (6.6.0)
10-
mini_portile2 (2.0.0)
11-
nokogiri (1.6.7.2-x64-mingw32)
12-
mini_portile2 (~> 2.0.0.rc2)
13-
os (0.9.6)
14-
rake (11.1.1)
10+
mini_portile2 (2.3.0)
11+
nokogiri (1.8.2-x64-mingw32)
12+
mini_portile2 (~> 2.3.0)
13+
os (1.0.0)
14+
rake (10.5.0)
1515
semver2 (3.4.2)
1616

1717
PLATFORMS

Rakefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TOOLS = File.expand_path("tools")
1616
NUGET = File.expand_path("#{TOOLS}/nuget")
1717
NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe")
18-
@version = "2.19.0"
18+
@version = "2.20.0"
1919
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }
2020

2121
desc 'Retrieve things'

0 commit comments

Comments
 (0)