la_gear 1.0.0.pre.alpha.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d34135664854b75f8889357557d68ad4b482515
4
- data.tar.gz: 802e22ef6a102736e54b244fa5eb38d74028fd96
3
+ metadata.gz: c9032fff24daef2ea6715eea71af92dd857df1ba
4
+ data.tar.gz: 796b9f276b8c9a10cd8b00246bcd28f1c4ad3b9d
5
5
  SHA512:
6
- metadata.gz: a229175adb0a558e1acf8d5f9864a2e0e73a39ce51f8764dfffb8293ff561a5d23b9bd011b015a03b84a279eb3abf4de9f4b6f7d8251843f002b0d92978e4e53
7
- data.tar.gz: 429397c8f840c1a0f1e84f32c4fdaa7483a301d558f663415ab7069b7e27dcc6f5c4b406873bc2b8409c923eec3e661208c332c2240b4b369b08ff728df6427e
6
+ metadata.gz: 555b893cbe1b96557ec9f287031eee4862c68c6f65942996d2a70dc9e723ee89a3326354ce4fcd789a7dd8485964a893a27d2a135b13f84fc5da3e187c12c3e1
7
+ data.tar.gz: 6c6f996560da05964ac20ae75afe5b402c0b7d3d79aa5cddf774ce2839030acde384b5012a51aedb339d2c6870c97ec1a4b431e7778ad632a3e9193b6f8efd85
data/la_gear.gemspec CHANGED
@@ -6,10 +6,10 @@ require 'la_gear/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'la_gear'
8
8
  spec.version = LaGear::VERSION
9
- spec.authors = ['Gabriel Chaney']
10
- spec.email = ['gabriel.chaney@gmail.com']
11
- spec.summary = %q{A thin abstraction on-top-of [sneakers](https://github.com/jondot/sneakers) to DRY your workers. Pump it up!}
12
- #spec.description = %q{This gem allows you to DRY up your [sneakers](https://github.com/jondot/sneakers) workers by using a conventions-based configuration. It also includes a `LaGear::Bus` class that allows you to pass in more options when publishing to an exchange.}
9
+ spec.authors = ['Gabriel Chaney', 'Andy Arminio', 'Jonah Hirsch']
10
+ spec.email = ['gabriel.chaney@gmail.com', '5thWall@gmail.com', 'jonah.w.h@gmail.com']
11
+ spec.summary = %q{A thin abstraction on-top-of sneakers to DRY your workers. Pump it up!}
12
+ spec.description = %q{This gem allows you to DRY up your sneakers workers by using a conventions-based configuration. It also includes a LaGear::Bus class that allows you to pass in more options when publishing to an exchange.}
13
13
  spec.homepage = 'https://github.com/giftcardzen/la_gear'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module LaGear
2
- VERSION = '1.0.0-alpha.1'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: la_gear
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Chaney
8
+ - Andy Arminio
9
+ - Jonah Hirsch
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2015-05-19 00:00:00.000000000 Z
13
+ date: 2015-05-20 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: json
@@ -108,9 +110,13 @@ dependencies:
108
110
  - - "~>"
109
111
  - !ruby/object:Gem::Version
110
112
  version: '10.4'
111
- description:
113
+ description: This gem allows you to DRY up your sneakers workers by using a conventions-based
114
+ configuration. It also includes a LaGear::Bus class that allows you to pass in more
115
+ options when publishing to an exchange.
112
116
  email:
113
117
  - gabriel.chaney@gmail.com
118
+ - 5thWall@gmail.com
119
+ - jonah.w.h@gmail.com
114
120
  executables: []
115
121
  extensions: []
116
122
  extra_rdoc_files: []
@@ -147,15 +153,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
147
153
  version: '0'
148
154
  required_rubygems_version: !ruby/object:Gem::Requirement
149
155
  requirements:
150
- - - ">"
156
+ - - ">="
151
157
  - !ruby/object:Gem::Version
152
- version: 1.3.1
158
+ version: '0'
153
159
  requirements: []
154
160
  rubyforge_project:
155
161
  rubygems_version: 2.2.3
156
162
  signing_key:
157
163
  specification_version: 4
158
- summary: A thin abstraction on-top-of [sneakers](https://github.com/jondot/sneakers)
159
- to DRY your workers. Pump it up!
164
+ summary: A thin abstraction on-top-of sneakers to DRY your workers. Pump it up!
160
165
  test_files: []
161
166
  has_rdoc: