Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 0.3.2 2014-12-14
* Bumped version for bugfix in event.rb

== 0.3.1 2010-07-05
* Fixed bug for API methods with a blank method name in the route (events - create and artists - create), "/artists/" => "/artists"

Expand Down
6 changes: 6 additions & 0 deletions bandsintown.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bandsintown'
s.version = '0.3.2'
s.date = '2014-12-14'
s.files = ["lib/bandsintown.rb"]
end
2 changes: 1 addition & 1 deletion lib/bandsintown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require 'bandsintown/venue'

module Bandsintown
VERSION = '0.3.1'
VERSION = '0.3.2'
class APIError < StandardError; end
class << self
# All Bandsintown API requests require an app_id parameter for identification.
Expand Down