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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bendy.gemspec +2 -2
  3. data/lib/bendy/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66698c139adfc87ff2b4e05387bca22ff3200581
4
- data.tar.gz: 9ffcc5f5ce4f623c82d29a90823580f467137c54
3
+ metadata.gz: 0e6be64ace4856ae192e0c2dd3b33ab157faf89a
4
+ data.tar.gz: f8fdb8f66442ff7b60f3bc0e2c8049a712d3c92a
5
5
  SHA512:
6
- metadata.gz: dd8e3fb5ad19637075ba86d72a8757cc0c3cff8fc8e941ac708b7e8cb6d55e6defef0389932ffa0760f8c32a1884caa3cef5ed7dca2cd0dc6181549bc7b9c797
7
- data.tar.gz: 851cab56c725938999667c1c804bdea71a074932ffbe5455c5557a73b411b52ce5ab646575081eda9f42ef03e874d33a155ce3b227d38e4d57442bde11e2a1e7
6
+ metadata.gz: 5e74bc7710e2479edf4ca2a2e1358ad36bda129903ff45613e3c8c80230df746c09e50515d3c0fdde25d56aa7f11d16b5df662c65f700974919b8ad6b2841897
7
+ data.tar.gz: e1b034d2d1952a6ddcd172932fd4af48f0433a10e468b3fe42c897fd9f9a0c03fd7da88264589262667f5c2cb21df5640f76a8a339a01c12d5f3c5a29437aa13
@@ -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/twopoint718/bendygem"
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")
@@ -1,3 +1,3 @@
1
1
  module Bendy
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
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.2
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: 2014-09-24 00:00:00.000000000 Z
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/twopoint718/bendygem
66
+ homepage: https://github.com/bendyworks/bendygem
66
67
  licenses:
67
68
  - MIT
68
69
  metadata: {}