breadbox 0.9.0 → 0.9.1

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: 90f41d62df8c945f0e5daed62fd13f426ee8df0a
4
- data.tar.gz: 359a0337bb8ce4943693637b4029ae56c8852e48
3
+ metadata.gz: dd08af53a289d0be331ff082e311ea71aeb36190
4
+ data.tar.gz: e2451413d50cb4eec1525da289e652e43bb76447
5
5
  SHA512:
6
- metadata.gz: cad5ed20ce72a87876fa9b4deacb15462b5c7102fe9569318e02eca64911873b27f98483ddfc7acbf1182fb93636f52df25e8d16e5353c087525489f79e66ea9
7
- data.tar.gz: 3c2b44758c1eca95f72b2046f929d4c04aebcfa7dff8db994bcb9e2a1d81b0f7889a387e3a8665719a4ef38cebd17c2e1a6269ee3f087cba2aa4cd44235cdc6c
6
+ metadata.gz: 18ef7ca915626686d9a7c2e17c5e51fe95850d4706d9a149211d5ad7c07d6c221c5725626cdb2ee94d66dab768aba698b79175d0d2c647f4fd4c61f24297810c
7
+ data.tar.gz: 4f804eb58dd3e337e22d6e0bf702f363175301eb8b7954ea979b2b5c2823ea589515cf3e503c72a3441b1f77ecdcb9c9a61f921e7261818024fbd6f57cdba4a8
data/breadbox.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["reg@nathanielwatts.com"]
11
11
  spec.summary = "A simple wrapper interface for the DropBox SDK gem."
12
12
  spec.description = "This gem is just to provide some niceties for interfacing with the DropBox SDK."
13
- spec.homepage = "https://github.com/thewatts/breadbox"
13
+ spec.homepage = "https://github.com/ovenbits"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Breadbox
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breadbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathaniel Watts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-07 00:00:00.000000000 Z
11
+ date: 2014-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dropbox-sdk
@@ -103,7 +103,7 @@ files:
103
103
  - spec/breadbox/configuration_spec.rb
104
104
  - spec/breadbox_spec.rb
105
105
  - spec/spec_helper.rb
106
- homepage: https://github.com/thewatts/breadbox
106
+ homepage: https://github.com/ovenbits
107
107
  licenses:
108
108
  - MIT
109
109
  metadata: {}