capricorn 2.0.10 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -211,7 +211,7 @@ gem_id_to_json(#gem_id{}=Gem) ->
211
211
  {<<"name">>, Gem#gem_id.name},
212
212
  {<<"version">>, case Version of
213
213
  undefined -> null;
214
- Else -> ?l2b(Version)
214
+ _Else -> ?l2b(Version)
215
215
  end}
216
216
  ]};
217
217
 
@@ -1,5 +1,5 @@
1
1
  module Capricorn
2
2
 
3
- VERSION = '2.0.10'
3
+ VERSION = '2.0.11'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 10
10
- version: 2.0.10
9
+ - 11
10
+ version: 2.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Simon Menke