jnunemaker-twitter 0.6.7 → 0.6.8

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 (4) hide show
  1. data/History +4 -0
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +1 -1
  4. metadata +2 -2
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ 0.6.8 - April 23, 2009
2
+ * 1 dependency fix
3
+ * forgot to update rakefile rendering previous 0.6.7 release useless. crap!
4
+
1
5
  0.6.7 - April 23, 2009
2
6
  * 1 minor fix
3
7
  * Bumped httparty version to 0.4.3 which allows response.message and fixes errors that the lack of response.message was causing to the twitter gem
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ begin
14
14
 
15
15
  gem.add_dependency('oauth', '0.3.2')
16
16
  gem.add_dependency('mash', '0.0.3')
17
- gem.add_dependency('httparty', '0.4.2')
17
+ gem.add_dependency('httparty', '0.4.3')
18
18
 
19
19
  gem.add_development_dependency('thoughtbot-shoulda')
20
20
  gem.add_development_dependency('jeremymcanally-matchy')
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 6
4
- :patch: 7
4
+ :patch: 8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jnunemaker-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.4.2
43
+ version: 0.4.3
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: thoughtbot-shoulda