geary 0.0.1 → 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +20 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89f649c73ee64b715f88ce8ba647f5e80673edc2
4
- data.tar.gz: 2146c0c967c2c1dda7387d850fcf6fc0546db318
3
+ metadata.gz: 61aa075a5a6b9c092169cc17187267955c6514df
4
+ data.tar.gz: 88036ff4d77fdf0eedff792f03ba8ced40e43b3e
5
5
  SHA512:
6
- metadata.gz: f84185ba53c50612584adf5ddc04e0ffc70b56e21be6f9f1959c184f1dc7bac4bb6955103accabd5ae80c3d6a13120472037262d8e023c00c5e986ec217d9356
7
- data.tar.gz: 9e7bc90e9bfad7f8779e6836c6e3a9c2de748bc53ebdc1fc237040f8c9831b2d64624cd4a74dd0ed22d7534a24bc38d40598d8041f5aa9239794156aa472cc5a
6
+ metadata.gz: 25282656dd9e2265fd69444394e5c671fafc9689086f6dfa092dddca0733404a744f787dcce0d35bfb787dce09cd1574d7c90f31a419afeaa190996804faa94f
7
+ data.tar.gz: 0aea9df15670aa19cfd6f237c1355261f6d76f55ca5ea7a3ab8d87cf0672f7dfaa4bc84709689c14a6bb257fcd92084cef5b13fcf045940e01a117c3be53c7af
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Brian Cobb
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cobb
@@ -175,6 +175,7 @@ files:
175
175
  - lib/geary/worker.rb
176
176
  - lib/geary.rb
177
177
  - README.markdown
178
+ - LICENSE
178
179
  - spec/gearman/client_spec.rb
179
180
  - spec/gearman/connection_spec.rb
180
181
  - spec/gearman/packet/sugar_spec.rb
@@ -187,7 +188,8 @@ files:
187
188
  - spec/geary/worker_spec.rb
188
189
  - bin/geary
189
190
  homepage: https://github.com/bcobb/geary
190
- licenses: []
191
+ licenses:
192
+ - MIT
191
193
  metadata: {}
192
194
  post_install_message:
193
195
  rdoc_options: []