storage_room 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,11 +1,6 @@
1
1
  require File.dirname(__FILE__) + '/../lib/storage_room'
2
2
 
3
- # ACCOUNT_ID = '4cef9a8c425071fa6900002f' # your account id
4
- # APPLICATION_API_KEY = 'c499kx9L6aBfvJlvSKbF' # your application's API key with read/write access
3
+ ACCOUNT_ID = '4cef9a8c425071fa6900002f' # your account id
4
+ APPLICATION_API_KEY = 'c499kx9L6aBfvJlvSKbF' # your application's API key with read/write access
5
5
 
6
- ACCOUNT_ID = '4d13574cba05613d25000004'
7
- APPLICATION_API_KEY = 'Tg_2oR2aBc83_BJa4k0Y'
8
-
9
- # StorageRoom.server = 'api.lvh.me:3000'
10
- StorageRoom.http_proxy('localhost', '8888')
11
6
  StorageRoom.authenticate(ACCOUNT_ID, APPLICATION_API_KEY)
data/storage_room.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{storage_room}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sascha Konietzke"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sascha Konietzke