Skip to content

Commit

Permalink
Merge pull request #12 from sul-dlss/master-wip
Browse files Browse the repository at this point in the history
Pinned nokogiri version to < 1.6.6 because of addition of Mode#lang in 1.6.6.1 which conflicts with currently used nodes
  • Loading branch information
ndushay committed Jan 23, 2015
2 parents d174258 + cff8c14 commit 2fcc7d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: ruby
script: rake rspec
rvm:
- 2.2.0
- 2.1.5
- 2.1.1
- 2.0.0
- 1.9.3
Expand Down
1 change: 1 addition & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Create a new Mods::Record from a file:
== Releases

=======
* <b>0.1.0</b> Pinned version of nokogiri to < 1.6.6 because of addition of Node#lang in 1.6.6.1 which conflicts which currently used nodes
* <b>0.0.23</b> minor bug and typo fixes
* <b>0.0.22</b> add displayLabel and lang attributes to every element
* <b>0.0.21</b> bug fix to check for nil values in name nodes
Expand Down
2 changes: 1 addition & 1 deletion mods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^spec/})
gem.require_paths = ["lib"]

gem.add_dependency 'nokogiri'
gem.add_dependency 'nokogiri', '< 1.6.6' # v.1.6.6.1 added Node#lang which conflicts with currently used nodes
gem.add_dependency 'nom-xml'
gem.add_dependency 'iso-639'

Expand Down

0 comments on commit 2fcc7d6

Please sign in to comment.