breadbox 0.9.0 → 0.9.1
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/breadbox.gemspec +1 -1
- data/lib/breadbox/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd08af53a289d0be331ff082e311ea71aeb36190
|
|
4
|
+
data.tar.gz: e2451413d50cb4eec1525da289e652e43bb76447
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
13
|
+
spec.homepage = "https://github.com/ovenbits"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/breadbox/version.rb
CHANGED
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.
|
|
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-
|
|
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/
|
|
106
|
+
homepage: https://github.com/ovenbits
|
|
107
107
|
licenses:
|
|
108
108
|
- MIT
|
|
109
109
|
metadata: {}
|