Skip to content

Commit

Permalink
Merge branch 'release/v0.9.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 11, 2013
2 parents 47f020b + 27dff76 commit 99bdae6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ The way WashOut is used is not modified, it just extends its functionality by ge
1. {Ruby 1.9.x or Ruby 2.0.x}[http://www.ruby-lang.org]
2. {Ruby on Rails}[http://rubyonrails.org].
3. {WashOut Gem version >= 0.10.0.beta.1}[https://github.com/inossidabile/wash_out]
4. {Nori Gem}[https://github.com/savonrb/nori]
5. {Virtus Gem}[https://github.com/solnic/virtus]
4. {Virtus Gem}[https://github.com/solnic/virtus]

= Compatibility

Expand Down
1 change: 0 additions & 1 deletion app/helpers/washout_builder_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module WashoutBuilderHelper
include WashOutHelper

def get_complex_class_name(p, defined = [])
complex_class = p.struct? ? p.basic_type : nil
Expand Down
1 change: 0 additions & 1 deletion lib/washout_builder/dispatcher.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'nori'

module WashoutBuilder
# The WashoutBuilder::Dispatcher module should be included in a controller acting
Expand Down
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashoutBuilder
VERSION = "0.9.5"
VERSION = "0.9.6"
end
1 change: 0 additions & 1 deletion washout_builder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = s.files.grep(/^(spec)/)
s.require_paths = ["lib"]
s.add_dependency("nori", ">= 2.0.0")
s.add_dependency("wash_out", ">= 0.10.0.beta.1")
s.add_dependency("virtus", ">= 1.0.0")
end

0 comments on commit 99bdae6

Please sign in to comment.