gems-status 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,5 +38,9 @@ class GemSimple
38
38
  return changes
39
39
  end
40
40
 
41
+ def from_git?
42
+ return @gems_url && @gems_url.start_with?("git://")
43
+ end
44
+
41
45
  end
42
46
 
@@ -1,3 +1,3 @@
1
1
  module GemsStatusMetadata
2
- VERSION = "0.15.0"
2
+ VERSION = "0.16.0"
3
3
  end
@@ -25,9 +25,5 @@ class RubyGemsGems_GemSimple < GemSimple
25
25
  end
26
26
  return @md5
27
27
  end
28
-
29
- def from_git?
30
- return @gems_url.start_with?("git://")
31
- end
32
28
  end
33
29
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gems-status
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 95
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 15
8
+ - 16
9
9
  - 0
10
- version: 0.15.0
10
+ version: 0.16.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordi Massaguer Pla
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-28 00:00:00 Z
18
+ date: 2012-06-29 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: xml-simple