dropbox-folder-sync 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,10 +1,10 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in dropbox-folder-sync.gemspec
4
- gemspec
5
3
  gem "rake"
6
4
  gem "thor"
7
5
  gem "dropbox-sdk"
8
6
  gem "launchy"
9
7
  gem "keystorage"
10
8
 
9
+ # Specify your gem's dependencies in dropbox-folder-sync.gemspec
10
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dropbox-folder-sync (0.0.2)
4
+ dropbox-folder-sync (0.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,9 +9,9 @@ GEM
9
9
  addressable (2.2.7)
10
10
  dropbox-sdk (1.3)
11
11
  json
12
- json (1.6.5)
12
+ json (1.6.6)
13
13
  keystorage (0.4.7)
14
- launchy (2.0.5)
14
+ launchy (2.1.0)
15
15
  addressable (~> 2.2.6)
16
16
  rake (0.9.2.2)
17
17
  thor (0.14.6)
@@ -1,3 +1,3 @@
1
1
  module DropboxFolderSync
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dropbox-folder-sync
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yoshihiro TAKAHARA