lockitron 0.0.1 → 0.0.3
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.
- data/.gitignore +0 -0
- data/Gemfile +0 -0
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/lockitron.rb +2 -3
- data/lib/lockitron/authentication.rb +1 -1
- data/lib/lockitron/lockitron.rb +0 -0
- data/lib/lockitron/locks.rb +1 -1
- data/lib/lockitron/version.rb +1 -1
- data/lockitron.gemspec +0 -0
- metadata +3 -3
data/.gitignore
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/lib/lockitron.rb
CHANGED
data/lib/lockitron/lockitron.rb
CHANGED
|
File without changes
|
data/lib/lockitron/locks.rb
CHANGED
data/lib/lockitron/version.rb
CHANGED
data/lockitron.gemspec
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lockitron
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-08-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 1.8.
|
|
106
|
+
rubygems_version: 1.8.24
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 3
|
|
109
109
|
summary: Lock and unlock your lock your Lockitron-powered locks from bash and Ruby
|