gemrat 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/gemrat-0.0.4.gem +0 -0
- data/gemrat.gemspec +3 -3
- data/lib/gemrat/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0f3c87640ffee7bc8ff721b0cb7bd48c822f96f
|
|
4
|
+
data.tar.gz: 38fe1d9e7b8446f588354833652481d3fb545137
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0087cf1d2d12b57a1927bdb3496883991b76526dc91cc3b8037c542d1f66810ea04fe700339e96765354ef77b64e5d5cba1b837f61da098f61ad5d0bd8ea69ee
|
|
7
|
+
data.tar.gz: a4357f2f68e5b45de9286c60a946c866708f6d035ea678828a57661fc3b3a4e72184cb259bc1e68fc633fbf61134d0f04aaaaf72f8c7fd5d072e05c1852174f2
|
data/Gemfile.lock
CHANGED
data/gemrat-0.0.4.gem
ADDED
|
Binary file
|
data/gemrat.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Gemrat::VERSION
|
|
9
9
|
spec.authors = ["Dru Riley"]
|
|
10
10
|
spec.email = ["dru@drurly.com"]
|
|
11
|
-
spec.description = "Add
|
|
12
|
-
spec.summary = "Add
|
|
13
|
-
spec.homepage = ""
|
|
11
|
+
spec.description = "Add the latest gem versions to your Gemfile from the command line."
|
|
12
|
+
spec.summary = "Add the latest gem versions to your Gemfile from the command line."
|
|
13
|
+
spec.homepage = "https://github.com/DruRly/gemrat"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split("\n")
|
data/lib/gemrat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemrat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dru Riley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: Add
|
|
41
|
+
description: Add the latest gem versions to your Gemfile from the command line.
|
|
42
42
|
email:
|
|
43
43
|
- dru@drurly.com
|
|
44
44
|
executables:
|
|
@@ -56,6 +56,7 @@ files:
|
|
|
56
56
|
- bin/gemrat
|
|
57
57
|
- gemrat-0.0.1.gem
|
|
58
58
|
- gemrat-0.0.3.gem
|
|
59
|
+
- gemrat-0.0.4.gem
|
|
59
60
|
- gemrat.gemspec
|
|
60
61
|
- lib/gemrat.rb
|
|
61
62
|
- lib/gemrat/version.rb
|
|
@@ -63,7 +64,7 @@ files:
|
|
|
63
64
|
- pkg/gemrat-0.0.2.gem
|
|
64
65
|
- spec/gemrat_spec.rb
|
|
65
66
|
- spec/spec_helper.rb
|
|
66
|
-
homepage:
|
|
67
|
+
homepage: https://github.com/DruRly/gemrat
|
|
67
68
|
licenses:
|
|
68
69
|
- MIT
|
|
69
70
|
metadata: {}
|
|
@@ -86,7 +87,7 @@ rubyforge_project:
|
|
|
86
87
|
rubygems_version: 2.0.3
|
|
87
88
|
signing_key:
|
|
88
89
|
specification_version: 4
|
|
89
|
-
summary: Add
|
|
90
|
+
summary: Add the latest gem versions to your Gemfile from the command line.
|
|
90
91
|
test_files:
|
|
91
92
|
- spec/gemrat_spec.rb
|
|
92
93
|
- spec/spec_helper.rb
|