dropbox-explorer 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/dropbox-explorer.gemspec +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6e9e1effd3121eb938c264564b7f5d2fc76cbcd
4
- data.tar.gz: 7b0335a5f3d9c7005499bb286f100f231c4b5f8a
3
+ metadata.gz: 85c042768f368e5332d2b3567acf8dbcdfb3790e
4
+ data.tar.gz: dca3bfdfda08556f62e83a51db9ef2644e618959
5
5
  SHA512:
6
- metadata.gz: a7aef77d6abbf224d3760c665e2bd47008c82745f448ee4387b395ae1f147f87ba628ec375a732237ace2585ffcefd8f03c72e491a5cbc2573fb35477bf794d0
7
- data.tar.gz: 8e8759dd0ff4b736eafe2e9440e7390058c094bc5aeacdbca848810c183a6836e9c5138232cd3a6f0265ebf4de86550d8961cbbbf587d5c2f933baeb4885f4b7
6
+ metadata.gz: 10f04686dd00f88ce0e5fe72a249cdf781a6b4b6abbc7d6b63bb6590a0bdc4dac0dd644d5e3d4c877a99caaea5688031f241ce338c72ba91c56ef7bebcf58323
7
+ data.tar.gz: 93d05309ad02eb2ec9c98471c39e1f6a44c40f42c2bcebe8fb9c082399793ab01d3460a2a8110bc68dd5b6d1180a77ebd2906cb56e5364e76eb1dc9f6af8fabc
@@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "dropbox-explorer"
7
- spec.version = "1.0.0"
7
+ spec.version = "1.0.1"
8
8
  spec.authors = ["David Cunha"]
9
9
  spec.email = ["davidgoncalvescunha@gmail.com"]
10
- spec.summary = %q{Explore dropbox folders}
10
+ spec.summary = %q{Explore dropbox folders and download files}
11
11
  spec.description = spec.summary
12
12
  spec.homepage = "https://github.com/imaginary-cloud/dropbox-explorer"
13
13
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dropbox-explorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cunha
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
110
  version: '1.20'
111
- description: Explore dropbox folders
111
+ description: Explore dropbox folders and download files
112
112
  email:
113
113
  - davidgoncalvescunha@gmail.com
114
114
  executables: []
@@ -161,7 +161,7 @@ rubyforge_project:
161
161
  rubygems_version: 2.0.14
162
162
  signing_key:
163
163
  specification_version: 4
164
- summary: Explore dropbox folders
164
+ summary: Explore dropbox folders and download files
165
165
  test_files:
166
166
  - spec/config/app_folder.yml.example
167
167
  - spec/config/dropbox.yml.example