stanford-mods 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.travis.yml +1 -0
- data/lib/stanford-mods/version.rb +1 -1
- data/spec/searchworks_spec.rb +1 -1
- metadata +7 -1
data/.travis.yml
CHANGED
data/spec/searchworks_spec.rb
CHANGED
|
@@ -137,7 +137,7 @@ describe "Searchworks mixin for Stanford::Mods::Record" do
|
|
|
137
137
|
<title>Pius V. Saint, [Michaele Gisleri),</title>
|
|
138
138
|
</titleInfo></mods>"
|
|
139
139
|
@smods_rec.from_str m
|
|
140
|
-
@smods_rec.sw_full_title.should == 'Pius V. Saint, [Michaele Gisleri)
|
|
140
|
+
@smods_rec.sw_full_title.should == 'Pius V. Saint, [Michaele Gisleri)'
|
|
141
141
|
end
|
|
142
142
|
end
|
|
143
143
|
context "additional titles (for title_variant_search)" do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stanford-mods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -167,12 +167,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
- - ! '>='
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
169
|
version: '0'
|
|
170
|
+
segments:
|
|
171
|
+
- 0
|
|
172
|
+
hash: -2062019389592910625
|
|
170
173
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
174
|
none: false
|
|
172
175
|
requirements:
|
|
173
176
|
- - ! '>='
|
|
174
177
|
- !ruby/object:Gem::Version
|
|
175
178
|
version: '0'
|
|
179
|
+
segments:
|
|
180
|
+
- 0
|
|
181
|
+
hash: -2062019389592910625
|
|
176
182
|
requirements: []
|
|
177
183
|
rubyforge_project:
|
|
178
184
|
rubygems_version: 1.8.24
|