Skip to content

Commit

Permalink
Updated CHANGES and modified gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbx6spp committed Feb 18, 2009
1 parent ad7155b commit fe0f724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,8 @@
Catalog(ue) of changes for Twitter4R 0.1.x releases including Retrospectiva ticket cross-reference numbers. Refer to http://retro.tautology.net/projects/twitter4r/tickets for more information.

== 0.3.1 Changes
*
* Added specs for Twitter::Client#profile (:info, :colors and :device cases)
* Added Twitter4R shell
* Improved code coverage for twitter/ext/stdlib code and removed hard coded extension in GET request path for retrieving account information
* Changed Twitter::RESTError super class to be RuntimeError instead of Exception
Expand Down
4 changes: 2 additions & 2 deletions twitter4r.gemspec
@@ -1,4 +1,4 @@
# Generated: Mon, 09 Feb 2009 05:56:55 -0000
# Generated: Wed, 18 Feb 2009 21:11:27 -0000
Gem::Specification.new do |s|
s.name = "twitter4r"
s.version = "0.3.1"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://twitter4r.rubyforge.org"
s.rubyforge_project = "twitter4r"
s.add_dependency("json", ">=1.1.1")
s.require_path = "lib"
# s.require_path = "lib"
s.files = ["lib/twitter/extras.rb","lib/twitter/client.rb","lib/twitter/ext/stdlib.rb","lib/twitter/client/messaging.rb","lib/twitter/client/base.rb","lib/twitter/client/user.rb","lib/twitter/client/timeline.rb","lib/twitter/client/account.rb","lib/twitter/client/favorites.rb","lib/twitter/client/blocks.rb","lib/twitter/client/friendship.rb","lib/twitter/client/profile.rb","lib/twitter/client/graph.rb","lib/twitter/client/auth.rb","lib/twitter/client/status.rb","lib/twitter/config.rb","lib/twitter/meta.rb","lib/twitter/console.rb","lib/twitter/model.rb","lib/twitter/version.rb","lib/twitter/ext.rb","lib/twitter/core.rb","lib/twitter.rb","spec/twitter/ext/stdlib_spec.rb","spec/twitter/client/account_spec.rb","spec/twitter/client/user_spec.rb","spec/twitter/client/base_spec.rb","spec/twitter/client/timeline_spec.rb","spec/twitter/client/friendship_spec.rb","spec/twitter/client/messaging_spec.rb","spec/twitter/client/favorites_spec.rb","spec/twitter/client/status_spec.rb","spec/twitter/client/graph_spec.rb","spec/twitter/client/auth_spec.rb","spec/twitter/client/blocks_spec.rb","spec/twitter/client_spec.rb","spec/twitter/meta_spec.rb","spec/twitter/model_spec.rb","spec/twitter/core_spec.rb","spec/twitter/config_spec.rb","spec/twitter/extras_spec.rb","spec/twitter/version_spec.rb","spec/twitter/console_spec.rb",]
s.bindir = 'bin'
s.executables = ['t4rsh']
Expand Down

0 comments on commit fe0f724

Please sign in to comment.