Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	Gemfile.lock
  • Loading branch information
lpradovera committed Mar 7, 2014
2 parents 5738a0b + 8b4e411 commit 930d53c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# develop

# Version 0.2.1
* Removed Octarine from dependencies

# Version 0.2.0
* Reverted to using a pure Reel handler because Reel::App does not exist any more

Expand Down
2 changes: 1 addition & 1 deletion lib/virginia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Virginia
VERSION = "0.1.0"
VERSION = "0.2.1"
end
1 change: 0 additions & 1 deletion virginia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency %q<adhearsion>, ["~> 2.4"]
s.add_runtime_dependency %q<activesupport>, [">= 3.0"]
s.add_runtime_dependency %q<reel>
s.add_runtime_dependency %q<octarine>

s.add_development_dependency %q<bundler>, ["~> 1.0"]
s.add_development_dependency %q<rspec>, ["~> 2.5"]
Expand Down

0 comments on commit 930d53c

Please sign in to comment.