geary 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +20 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61aa075a5a6b9c092169cc17187267955c6514df
|
4
|
+
data.tar.gz: 88036ff4d77fdf0eedff792f03ba8ced40e43b3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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: []
|