Skip to content

Commit

Permalink
Add compatibility with rubygems-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Feb 2, 2011
1 parent f14ae45 commit 1d04919
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file added .gemtest
Empty file.
3 changes: 1 addition & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
lastfm (1.0.2) lastfm (1.0.3)
crack crack


GEM GEM
Expand Down Expand Up @@ -31,7 +31,6 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
bundler (>= 1.0.2) bundler (>= 1.0.2)
crack
fakeweb fakeweb
lastfm! lastfm!
rspec (>= 2.0.0) rspec (>= 2.0.0)
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -8,3 +8,4 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
end end


task :default => :spec task :default => :spec
task :test => [:spec]
2 changes: 1 addition & 1 deletion lib/lastfm/version.rb
@@ -1,3 +1,3 @@
module LastFM module LastFM
VERSION = "1.0.3" VERSION = "1.0.4"
end end

0 comments on commit 1d04919

Please sign in to comment.