gemfresh 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/gemfresh.gemspec +3 -1
- data/gemfresh.rb +1 -2
- data/support.rb +3 -1
- metadata +11 -6
- checksums.yaml +0 -15
data/gemfresh.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'gemfresh'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.6'
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.authors = ['Jon Williams']
|
|
6
6
|
s.email = ['jon@jonathannen.com']
|
|
@@ -8,6 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.summary = 'Checks the freshness of your Gemfile.'
|
|
9
9
|
s.description = 'Scans Gemfiles to check for obsolete and updateable gems.'
|
|
10
10
|
|
|
11
|
+
s.license = "MIT"
|
|
12
|
+
|
|
11
13
|
s.files = `git ls-files`.split("\n")
|
|
12
14
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
13
15
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
data/gemfresh.rb
CHANGED
data/support.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
require 'net/http'
|
|
2
|
+
|
|
1
3
|
# Front for RubyGems
|
|
2
4
|
class SourceUnavailableError < StandardError; end
|
|
3
5
|
class RubyGemReader
|
|
@@ -5,7 +7,7 @@ class RubyGemReader
|
|
|
5
7
|
|
|
6
8
|
def initialize(uri)
|
|
7
9
|
@connection = nil
|
|
8
|
-
@uri = uri
|
|
10
|
+
@uri = uri.kind_of?(URI::Generic) ? uri : URI(uri.to_s)
|
|
9
11
|
end
|
|
10
12
|
|
|
11
13
|
# May raise SourceUnavailableError if the source can't be accessed
|
metadata
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemfresh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Jon Williams
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-29 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: bundler
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - ! '>='
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
@@ -20,6 +22,7 @@ dependencies:
|
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
27
|
- - ! '>='
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
@@ -42,26 +45,28 @@ files:
|
|
|
42
45
|
- gemfresh.rb
|
|
43
46
|
- support.rb
|
|
44
47
|
homepage: https://github.com/jonathannen/gemfresh
|
|
45
|
-
licenses:
|
|
46
|
-
|
|
48
|
+
licenses:
|
|
49
|
+
- MIT
|
|
47
50
|
post_install_message:
|
|
48
51
|
rdoc_options: []
|
|
49
52
|
require_paths:
|
|
50
53
|
- .
|
|
51
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
|
+
none: false
|
|
52
56
|
requirements:
|
|
53
57
|
- - ! '>='
|
|
54
58
|
- !ruby/object:Gem::Version
|
|
55
59
|
version: '0'
|
|
56
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
+
none: false
|
|
57
62
|
requirements:
|
|
58
63
|
- - ! '>='
|
|
59
64
|
- !ruby/object:Gem::Version
|
|
60
65
|
version: '0'
|
|
61
66
|
requirements: []
|
|
62
67
|
rubyforge_project:
|
|
63
|
-
rubygems_version:
|
|
68
|
+
rubygems_version: 1.8.25
|
|
64
69
|
signing_key:
|
|
65
|
-
specification_version:
|
|
70
|
+
specification_version: 3
|
|
66
71
|
summary: Checks the freshness of your Gemfile.
|
|
67
72
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz: !binary |-
|
|
4
|
-
YjdmODFkNjUzMTU4ODk2YWE4ZWY1N2I3NTk3MDkzNWY3NDI1YzUzYw==
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
OGY2NjhjZGI3ZjE3OGI4NjAzNzgwN2I0ZGVkMmJkYTg3YjRmNjg4Zg==
|
|
7
|
-
!binary "U0hBNTEy":
|
|
8
|
-
metadata.gz: !binary |-
|
|
9
|
-
ZjdkNGQ3NDE0NjU5NmE0MzIyMzJjMjlkMjc2NGIwYTRiZDU0YTg4NmUwZjVm
|
|
10
|
-
MDc0ZDI5Y2Y1YjkyMjVmZWVjY2I4MzAxMmJjZDkxZDIxZjE3OGE3YzFkMzZj
|
|
11
|
-
ZDYxNDM0NDJlMjMwNWNiMTFhZDdkMWI0YTgwNzMxMGEyYzhlZDQ=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
YjhkN2Q1NDc2NGJlNGExNDhjNjk4MWMxOTE5M2UzYWM4NjkwYjkxMmE2ZGMy
|
|
14
|
-
NmEzMGI0ZmUzZDcxMTZiOWU5NTViMDVlOWY5OWRhMWRjM2QzNTg0M2UxNDJm
|
|
15
|
-
MjZmZDUwYWE4YmMzNmRjMGFhZmU3NjdmYTYzYzM0MTkwOGM0ZjQ=
|