twiauth 1.0.0.rc2 → 1.0.0.rc3
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/VERSION +1 -1
- data/spec/spec_helper.rb +1 -0
- metadata +3 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.0.
|
|
1
|
+
1.0.0.rc3
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: twiauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 6
|
|
5
|
-
version: 1.0.0.
|
|
5
|
+
version: 1.0.0.rc3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Sascha Wessel
|
|
@@ -10,8 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-04-
|
|
14
|
-
default_executable:
|
|
13
|
+
date: 2011-04-04 00:00:00 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: oauth
|
|
@@ -90,7 +89,6 @@ files:
|
|
|
90
89
|
- spec/config/test.yml.sample
|
|
91
90
|
- spec/spec_helper.rb
|
|
92
91
|
- twiauth.gemspec
|
|
93
|
-
has_rdoc: true
|
|
94
92
|
homepage: http://github.com/gr4y/twiauth
|
|
95
93
|
licenses: []
|
|
96
94
|
|
|
@@ -114,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
112
|
requirements: []
|
|
115
113
|
|
|
116
114
|
rubyforge_project: twiauth
|
|
117
|
-
rubygems_version: 1.
|
|
115
|
+
rubygems_version: 1.7.1
|
|
118
116
|
signing_key:
|
|
119
117
|
specification_version: 3
|
|
120
118
|
summary: a very simple twitter authentication wrapper
|