twat 0.9.7 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twat (0.9.6)
4
+ twat (0.9.7)
5
5
  oauth (= 0.4.4)
6
6
  readline-ng (>= 0.0.8)
7
7
  twitter (~> 3)
@@ -16,19 +16,19 @@ GEM
16
16
  mktemp (0.0.1)
17
17
  mocha (0.13.1)
18
18
  metaclass (~> 0.0.1)
19
- multi_json (1.4.0)
19
+ multi_json (1.5.0)
20
20
  multipart-post (1.1.5)
21
21
  oauth (0.4.4)
22
- rake (10.0.2)
23
- readline-ng (0.0.9)
22
+ rake (10.0.3)
23
+ readline-ng (0.2.0)
24
24
  rspec (2.12.0)
25
25
  rspec-core (~> 2.12.0)
26
26
  rspec-expectations (~> 2.12.0)
27
27
  rspec-mocks (~> 2.12.0)
28
- rspec-core (2.12.1)
29
- rspec-expectations (2.12.0)
28
+ rspec-core (2.12.2)
29
+ rspec-expectations (2.12.1)
30
30
  diff-lcs (~> 1.1.3)
31
- rspec-mocks (2.12.0)
31
+ rspec-mocks (2.12.1)
32
32
  simple_oauth (0.1.9)
33
33
  twitter (3.8.0)
34
34
  faraday (~> 0.8)
@@ -1,7 +1,7 @@
1
1
  module Twat
2
2
  VERSION_MAJOR = 0
3
- VERSION_MINOR = 9
4
- VERSION_PATCH = 7
3
+ VERSION_MINOR = 10
4
+ VERSION_PATCH = 0
5
5
 
6
6
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
7
7
  end
@@ -1,5 +1,5 @@
1
1
  require 'twat'
2
- require 'mocha'
2
+ require 'mocha/api'
3
3
 
4
4
  require 'fileutils'
5
5
 
@@ -1,5 +1,4 @@
1
1
  require 'twat'
2
- require 'mocha'
3
2
 
4
3
  describe Twat do
5
4
 
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.7
4
+ version: 0.10.0
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-08 00:00:00.000000000 Z
12
+ date: 2013-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twitter