shindan 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +4 -4
  2. data/Rakefile +1 -0
  3. data/VERSION +1 -1
  4. metadata +5 -5
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # shindan
2
2
 
3
- 診断メーカーを Ruby から使うためのライブラリです。
3
+ 診断メーカー http://shindanmaker.com/ を Ruby から使うためのライブラリです。
4
+
4
5
 
5
6
  ## Contributing to shindan
6
7
 
@@ -12,8 +13,7 @@
12
13
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
14
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
15
 
15
- ## Copyright
16
16
 
17
- Copyright (c) 2012 Yasuhito Takamiya. See LICENSE.txt for
18
- further details.
17
+ ## Copyright
19
18
 
19
+ Copyright (c) 2012 Yasuhito Takamiya
data/Rakefile CHANGED
@@ -14,6 +14,7 @@ require 'rake'
14
14
  require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
+ gem.version = File.read("VERSION").chomp
17
18
  gem.name = "shindan"
18
19
  gem.homepage = "http://github.com/yasuhito/shindan"
19
20
  gem.license = "GPL3"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shindan
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 2
8
+ - 3
9
9
  - 0
10
- version: 0.2.0
10
+ version: 0.3.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yasuhito Takamiya
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-03 00:00:00 +09:00
18
+ date: 2012-02-04 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  requirements: []
162
162
 
163
163
  rubyforge_project:
164
- rubygems_version: 1.6.2
164
+ rubygems_version: 1.5.2
165
165
  signing_key:
166
166
  specification_version: 3
167
167
  summary: shindan maker for Ruby