bendy 0.3.2 → 0.3.3
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 +4 -4
- data/bendy.gemspec +2 -2
- data/lib/bendy/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e6be64ace4856ae192e0c2dd3b33ab157faf89a
|
|
4
|
+
data.tar.gz: f8fdb8f66442ff7b60f3bc0e2c8049a712d3c92a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e74bc7710e2479edf4ca2a2e1358ad36bda129903ff45613e3c8c80230df746c09e50515d3c0fdde25d56aa7f11d16b5df662c65f700974919b8ad6b2841897
|
|
7
|
+
data.tar.gz: e1b034d2d1952a6ddcd172932fd4af48f0433a10e468b3fe42c897fd9f9a0c03fd7da88264589262667f5c2cb21df5640f76a8a339a01c12d5f3c5a29437aa13
|
data/bendy.gemspec
CHANGED
|
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "bendy"
|
|
8
8
|
spec.version = Bendy::VERSION
|
|
9
9
|
spec.authors = ["Chris Wilson", "Will Strinz"]
|
|
10
|
-
spec.email = ["chris@bendyworks.com"]
|
|
10
|
+
spec.email = ["chris@bendyworks.com", "will@bendyworks.com"]
|
|
11
11
|
spec.summary = %q{A collection of helpful libraries}
|
|
12
12
|
spec.description = %q{This gem is a cornucopia of software bric-à-brac, for great justice}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/bendyworks/bendygem"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/bendy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bendy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Wilson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-03-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -42,6 +42,7 @@ dependencies:
|
|
|
42
42
|
description: This gem is a cornucopia of software bric-à-brac, for great justice
|
|
43
43
|
email:
|
|
44
44
|
- chris@bendyworks.com
|
|
45
|
+
- will@bendyworks.com
|
|
45
46
|
executables: []
|
|
46
47
|
extensions: []
|
|
47
48
|
extra_rdoc_files: []
|
|
@@ -62,7 +63,7 @@ files:
|
|
|
62
63
|
- spec/bendy/hash_spec.rb
|
|
63
64
|
- spec/bendy/logical_spec.rb
|
|
64
65
|
- spec/bendy/object_spec.rb
|
|
65
|
-
homepage: https://github.com/
|
|
66
|
+
homepage: https://github.com/bendyworks/bendygem
|
|
66
67
|
licenses:
|
|
67
68
|
- MIT
|
|
68
69
|
metadata: {}
|