sosowa 3.0 → 3.0.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/.travis.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
- - 1.8.7
4
+ - 1.9.2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 3.0.1
2
+
3
+ * 細かいバグを修正しました
4
+
1
5
  ## 3.0
2
6
 
3
7
  * Megalopolis版東方創想話に対応しました
data/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/oame/sosowa-ruby.png)](http://travis-ci.org/oame/sosowa-ruby)
4
4
 
5
- 創想話パーサー for Ruby 1.9.x<br>
5
+ 創想話パーサー for Ruby<br>
6
6
  samples/に各種サンプルが入っています。
7
7
 
8
- ## Requirements
8
+ ## Requirement
9
9
 
10
10
  * Ruby 1.9.x
11
11
 
@@ -1,3 +1,3 @@
1
1
  module Sosowa
2
- VERSION = "3.0"
2
+ VERSION = "3.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sosowa
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.0'
4
+ version: 3.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  segments:
68
68
  - 0
69
- hash: -2223355086656867454
69
+ hash: 3094865973323416438
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  none: false
72
72
  requirements:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: -2223355086656867454
78
+ hash: 3094865973323416438
79
79
  requirements: []
80
80
  rubyforge_project:
81
81
  rubygems_version: 1.8.24