sf-dropbox-ext 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abd8eafa28eeac8a3368f8673809c2f36136261a
4
- data.tar.gz: 92e538b6a38f5278b0850ddcba157beed83889e5
3
+ metadata.gz: e1c0022c77e7b5f13701e6af9f28c8c4c8bbe145
4
+ data.tar.gz: 57519d6fc7b48db081033f9981853cb6a106ea3d
5
5
  SHA512:
6
- metadata.gz: 3d034dc4faec44c9e7eb2f17a230aab359f4a48bb5f0bef622953b05ab2ffb37f0750297d806f591a4f8183352c96765c08b28a1ad8881f41ca26e1e47b71528
7
- data.tar.gz: 441dd342a478d12a978d5c7b602492becd7fc568f9edeb9f29ab7418a054b498844a64352934c483dd4ca35facb195c39b16f50b044fc04012e078006dae4192
6
+ metadata.gz: fe51c38fd3acf7557412dce90695b763529323d4d703db968503c00bb0c7d2c10ae6e24e66abeea96f1d8509955209ddb5a47ab10ded7db9831547be4781464c
7
+ data.tar.gz: dcc1e0073f343f74d1bc5d70ad87d475f0610e8f7058e000ad83fb241965ddf55482248339ee8becf995e0346769419b1d10d597ccc167f7b117a0b5ca97eed1
data/.gitignore CHANGED
@@ -5,3 +5,4 @@ test/dummy/db/*.sqlite3
5
5
  test/dummy/db/*.sqlite3-journal
6
6
  test/dummy/log/*.log
7
7
  test/dummy/tmp/
8
+ sf-dropbox-ext-*.gem
@@ -8,7 +8,7 @@ module DropboxExt
8
8
  end
9
9
 
10
10
  def dropbox_link
11
- @dropbox_link = "https://www.dropbox.com/1/oauth2/authorize?client_id=7wzjlm5ap227jw7&response_type=code&redirect_uri=" + dropbox_redirect
11
+ @dropbox_link = "https://www.dropbox.com/1/oauth2/authorize?client_id=#{DropboxExt.db_client_id}&response_type=code&redirect_uri=" + dropbox_redirect
12
12
  end
13
13
 
14
14
  def index
@@ -1,3 +1,3 @@
1
1
  module DropboxExt
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf-dropbox-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard File