Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add compatibility with rubygems-test
  • 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
remote: .
specs:
lastfm (1.0.2)
lastfm (1.0.3)
crack

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

DEPENDENCIES
bundler (>= 1.0.2)
crack
fakeweb
lastfm!
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

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

0 comments on commit 1d04919

Please sign in to comment.