kindai 2.4.0 → 2.4.1
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/VERSION +1 -1
- data/kindai.gemspec +1 -1
- data/spec/book_spec.rb +0 -7
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.4.
|
|
1
|
+
2.4.1
|
data/kindai.gemspec
CHANGED
data/spec/book_spec.rb
CHANGED
|
@@ -37,10 +37,3 @@ describe Kindai::Book, 'with series' do
|
|
|
37
37
|
@book.title.should == '講談日露戦争記3'
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
|
-
|
|
41
|
-
describe Kindai::Book, 'from without any uri' do
|
|
42
|
-
it 'will die' do
|
|
43
|
-
empty_book = Kindai::Book.new
|
|
44
|
-
lambda { empty_book.permalink_uri }.should raise_error Exception
|
|
45
|
-
end
|
|
46
|
-
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kindai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -195,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
195
195
|
version: '0'
|
|
196
196
|
segments:
|
|
197
197
|
- 0
|
|
198
|
-
hash:
|
|
198
|
+
hash: 4037036021285320595
|
|
199
199
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
none: false
|
|
201
201
|
requirements:
|