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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca6f03a40733abfe4076afe6e1b65e6518ad8df0
4
- data.tar.gz: 12b2ec9084e54581f191b2745bc034e30a5f1f9a
3
+ metadata.gz: d0f3c87640ffee7bc8ff721b0cb7bd48c822f96f
4
+ data.tar.gz: 38fe1d9e7b8446f588354833652481d3fb545137
5
5
  SHA512:
6
- metadata.gz: 4a64300447c7c862bf1d127245a3abd3e4209f3a0fe59d95f2afb49628a514edf35fa0951514b9fef4dd1d7e58a258bbd5ffb14c88dfa8c5379f0aea2eed6ee9
7
- data.tar.gz: b5c9991f9dd1c08869c797a094c76c089a353713beb7ad6317355b5febf782f4ffd8ef7cc7bbff9f4f88b543b35e3debbf78581e01a55bdda944e7f9d2f72bf8
6
+ metadata.gz: 0087cf1d2d12b57a1927bdb3496883991b76526dc91cc3b8037c542d1f66810ea04fe700339e96765354ef77b64e5d5cba1b837f61da098f61ad5d0bd8ea69ee
7
+ data.tar.gz: a4357f2f68e5b45de9286c60a946c866708f6d035ea678828a57661fc3b3a4e72184cb259bc1e68fc633fbf61134d0f04aaaaf72f8c7fd5d072e05c1852174f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemrat (0.0.3)
4
+ gemrat (0.0.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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 gems from the command line."
12
- spec.summary = "Add gems from the command line."
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")
@@ -1,3 +1,3 @@
1
1
  module Gemrat
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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 00:00:00.000000000 Z
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 gems from the command line.
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 gems from the command line.
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