ugigi 0.4 → 0.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.
@@ -1,3 +1,7 @@
1
+ ## 0.4.1
2
+
3
+ * バグ修正
4
+
1
5
  ## 0.4
2
6
 
3
7
  * gem非依存になりました。
@@ -84,12 +84,12 @@ module Ugigi
84
84
  return data
85
85
  end
86
86
 
87
- def seld.mylist_remove(args={})
87
+ def self.mylist_remove(args={})
88
88
  data = send_req("list/rem", args)
89
89
  return data
90
90
  end
91
91
 
92
- def seld.mylist_edit(args={})
92
+ def self.mylist_edit(args={})
93
93
  data = send_req("list/edit", args)
94
94
  return data
95
95
  end
@@ -1,3 +1,3 @@
1
1
  module Ugigi
2
- VERSION = "0.4"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -17,6 +17,10 @@ describe Ugigi, "が #search を呼ぶ時は" do
17
17
  i.class.should == Ugigi::Index
18
18
  end
19
19
  end
20
+
21
+ it "配列の最初のIndexのtitleがStringであること" do
22
+ @free_search_result.first.title.class.should == String
23
+ end
20
24
  end
21
25
 
22
26
  describe Ugigi, "が #total_count を呼ぶ時は" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ugigi
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: