twiauth 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/spec/spec_helper.rb +1 -0
  3. metadata +3 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.rc2
1
+ 1.0.0.rc3
data/spec/spec_helper.rb CHANGED
@@ -8,5 +8,6 @@ RSpec.configure do |config|
8
8
  path = File.dirname(__FILE__)
9
9
  @consumer = YAML::load_file("#{path}/config/config.yml")
10
10
  @test = YAML::load_file("#{path}/config/test.yml")
11
+ @options = { :access_token => nil }
11
12
  end
12
13
  end
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.rc2
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-02 00:00:00 +02:00
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.5.2
115
+ rubygems_version: 1.7.1
118
116
  signing_key:
119
117
  specification_version: 3
120
118
  summary: a very simple twitter authentication wrapper