twat 0.9.6 → 0.9.7

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.
Files changed (3) hide show
  1. data/Gemfile.lock +12 -12
  2. data/lib/twat/version.rb +1 -1
  3. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twat (0.9.5)
4
+ twat (0.9.6)
5
5
  oauth (= 0.4.4)
6
6
  readline-ng (>= 0.0.8)
7
7
  twitter (~> 3)
@@ -14,23 +14,23 @@ GEM
14
14
  multipart-post (~> 1.1)
15
15
  metaclass (0.0.1)
16
16
  mktemp (0.0.1)
17
- mocha (0.11.4)
17
+ mocha (0.13.1)
18
18
  metaclass (~> 0.0.1)
19
- multi_json (1.3.6)
19
+ multi_json (1.4.0)
20
20
  multipart-post (1.1.5)
21
21
  oauth (0.4.4)
22
- rake (0.9.2.2)
22
+ rake (10.0.2)
23
23
  readline-ng (0.0.9)
24
- rspec (2.10.0)
25
- rspec-core (~> 2.10.0)
26
- rspec-expectations (~> 2.10.0)
27
- rspec-mocks (~> 2.10.0)
28
- rspec-core (2.10.1)
29
- rspec-expectations (2.10.0)
24
+ rspec (2.12.0)
25
+ rspec-core (~> 2.12.0)
26
+ rspec-expectations (~> 2.12.0)
27
+ rspec-mocks (~> 2.12.0)
28
+ rspec-core (2.12.1)
29
+ rspec-expectations (2.12.0)
30
30
  diff-lcs (~> 1.1.3)
31
- rspec-mocks (2.10.1)
31
+ rspec-mocks (2.12.0)
32
32
  simple_oauth (0.1.9)
33
- twitter (3.6.0)
33
+ twitter (3.8.0)
34
34
  faraday (~> 0.8)
35
35
  multi_json (~> 1.3)
36
36
  simple_oauth (~> 0.1.6)
data/lib/twat/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Twat
2
2
  VERSION_MAJOR = 0
3
3
  VERSION_MINOR = 9
4
- VERSION_PATCH = 6
4
+ VERSION_PATCH = 7
5
5
 
6
6
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
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-08-18 00:00:00.000000000 Z
12
+ date: 2012-12-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twitter