gemrat 0.1.0 → 0.1.2

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: 2c880ed670fe7336f9225341eab512241af33e76
4
- data.tar.gz: 4031023fd8a84b74b452b702fb6727c9dd0c9424
3
+ metadata.gz: 3a4bce78e26091488a6fa5244b6df4bfa89bee29
4
+ data.tar.gz: 8647dbcacf01abd736fea370b1aa2edd657ffc9d
5
5
  SHA512:
6
- metadata.gz: 208931d1990a96273327e76c2fe681ae9ac188f2b4d9d58cfc47d87378ebac6debe7275aec28b3a7ae614d4f30f3a72cfcfaa295ad23584c60a7f947f13b177e
7
- data.tar.gz: 481fc7f9095ed4829c46b1a12dbc59f3cfd66d9e1cb991ea24915b39fff9597571121500a265fd39c1eb74a8519c9a92d4d8b39b7f0d95e2ddacbbf0786e40ee
6
+ metadata.gz: 8b0312f35cf40bbf1d6d61a8fc09f80b4ef644c21b9d3e74cf591744859efda347e1a6aa1479094fc99118d61612fc0cf2d52c79685b95a04a4f7384896e9da7
7
+ data.tar.gz: c6e02fcf6f68b525b7ede2d93170fda65cef559818a9a583b1bcad05f841a0bb4633b5443b646ee95402f78dfe909a8d00ca6caae81cff55bc9f421cbb229ddb
data/gemrat-0.1.0.gem ADDED
Binary file
data/gemrat.gemspec CHANGED
@@ -8,8 +8,8 @@ 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 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."
11
+ spec.description = "Add the latest version of a gem to your Gemfile from the command line."
12
+ spec.summary = "Add the latest version of a gem to your Gemfile from the command line."
13
13
  spec.homepage = "https://github.com/DruRly/gemrat"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Gemrat
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
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.1.0
4
+ version: 0.1.2
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-13 00:00:00.000000000 Z
11
+ date: 2013-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.2'
83
- description: Add the latest gem versions to your Gemfile from the command line.
83
+ description: Add the latest version of a gem to your Gemfile from the command line.
84
84
  email:
85
85
  - dru@drurly.com
86
86
  executables:
@@ -103,6 +103,7 @@ files:
103
103
  - gemrat-0.0.6.gem
104
104
  - gemrat-0.0.8.gem
105
105
  - gemrat-0.0.9.gem
106
+ - gemrat-0.1.0.gem
106
107
  - gemrat.gemspec
107
108
  - lib/gemrat.rb
108
109
  - lib/gemrat/version.rb
@@ -133,7 +134,7 @@ rubyforge_project:
133
134
  rubygems_version: 2.0.3
134
135
  signing_key:
135
136
  specification_version: 4
136
- summary: Add the latest gem versions to your Gemfile from the command line.
137
+ summary: Add the latest version of a gem to your Gemfile from the command line.
137
138
  test_files:
138
139
  - spec/gemrat_spec.rb
139
140
  - spec/spec_helper.rb