d1lcs 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +5 -4
  3. data/README.md +27 -14
  4. data/lib/d1lcs/version.rb +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97282b907366ec1bf20694d32db368aecdac2282
4
- data.tar.gz: d53c6433a7be451b2a10f8ef9ff413fde3e843d5
3
+ metadata.gz: 90a71e0e428ecde7e2ff5d6b573c00ee62dc721d
4
+ data.tar.gz: 3f7137c525bed48ed924d706251efe6c750d149d
5
5
  SHA512:
6
- metadata.gz: 6dd2690617337a8327b43e9200aadcf84e82e327b60813f8a0fd3d6455168c9387861937500a9ae9b05e1e719225d543cf2d389aed81eff88ff33055d3c8827b
7
- data.tar.gz: 8b984c23fbf41d2810bcdce2206451995b7ee46d15d410dec650110dcc9f5eba8a9bfdec49698739db6cb63978b029ebc7260ed4818cc58914d08f038c55ea36
6
+ metadata.gz: 8d5c804d3e8eaafe33ab439e3a34cceab5fa385b9165ec3761feb18fdb19e40cad191a849afa4cf04e5e300ee6e598acde954a11e04585e70290b338ef087a5e
7
+ data.tar.gz: 8e0671489cb48a4b3a51bbacd02aeedd08bd0c8651a51812e1de5b8c2b0ee03e947adc66d04885259e32b1107bf0154fb3b8a7eaa388a7b98887be8a2ae98951
@@ -1,16 +1,17 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - '1.9.3'
4
- - '2.0.0'
5
- - '2.1.7'
6
- - '2.2.3'
4
+ - '2.0.0-p648'
5
+ - '2.1.10'
6
+ - '2.2.5'
7
+ - '2.3.1'
7
8
  before_install: gem install bundler -v 1.10.6
8
9
  bundler_args: --path vendor/bundle
9
10
  cache:
10
11
  directories:
11
12
  - vendor/bundle
12
13
  script:
13
- - 'bundle exec bin/d1lcs --help'
14
+ - 'bundle exec "bin/d1lcs --help"'
14
15
  - 'bundle exec bin/d1lcs 1'
15
16
  - 'bundle exec bin/d1lcs title 1'
16
17
  - 'bundle exec bin/d1lcs 1 2 title'
data/README.md CHANGED
@@ -1,34 +1,47 @@
1
- # D1lcs
1
+ # d1lcs
2
+
3
+ [![Build Status](https://travis-ci.org/koi-chan/d1lcs-gem.svg?branch=master)](https://travis-ci.org/koi-chan/d1lcs-gem)
2
4
 
3
5
  でたとこサーガ用1行のキャラクターシート生成ライブラリ
4
6
 
5
- ## Installation
6
7
 
7
- Add this line to your application's Gemfile:
8
+ ## インストール
9
+
10
+ プログラムでライブラリとして使うには、Gemfile に以下の行を追加してください。
8
11
 
9
12
  ```ruby
10
13
  gem 'd1lcs'
11
14
  ```
12
15
 
13
- And then execute:
16
+ その後、いつも通りインストールをします。
17
+
18
+ ```bash
19
+ $ bundle install
20
+ ```
21
+
22
+ 実行ファイルとして使うには以下を実行してシステムにインストールします。
14
23
 
15
- $ bundle
24
+ ```bash
25
+ $ gem install d1lcs
26
+ ```
16
27
 
17
- Or install it yourself as:
18
28
 
19
- $ gem install d1lcs
29
+ ## テスト環境
20
30
 
21
- ## Usage
31
+ Travis-CI で、以下のバージョンの ruby でのテストを行なっています。
22
32
 
23
- TODO: Write usage instructions here
33
+ * 1.9.3
34
+ * 2.0.0-p648
35
+ * 2.1.10
36
+ * 2.2.5
37
+ * 2.3.1
24
38
 
25
- ## Development
26
39
 
27
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec d1lcs` to use the gem in this directory, ignoring other installed copies of this gem.
40
+ ## ライセンス
28
41
 
29
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
42
+ MIT License
30
43
 
31
- ## Contributing
32
44
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/d1lcs.
45
+ ## 制作
34
46
 
47
+ © 2015-2016 [koi-chan](https://github.com/koi-chan)
@@ -1,4 +1,4 @@
1
1
  module D1lcs
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  USER_AGENT = "Ruby/#{RUBY_VERSION} (#{RUBY_DESCRIPTION}) d1lcs-gem/#{VERSION}"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: d1lcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - koi-chan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-10 00:00:00.000000000 Z
11
+ date: 2017-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,6 +79,7 @@ files:
79
79
  - ".rspec"
80
80
  - ".travis.yml"
81
81
  - Gemfile
82
+ - Gemfile.lock
82
83
  - README.md
83
84
  - Rakefile
84
85
  - bin/d1lcs
@@ -109,9 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  version: '0'
110
111
  requirements: []
111
112
  rubyforge_project:
112
- rubygems_version: 2.4.8
113
+ rubygems_version: 2.6.8
113
114
  signing_key:
114
115
  specification_version: 4
115
116
  summary: でたとこサーガ用1行キャラクターシート出力
116
117
  test_files: []
117
- has_rdoc: