tarai 0.1 → 0.2

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +11 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 078d10ed79acde832edad71996015df2cf7e9894
4
+ data.tar.gz: d088134a4972fe178a956b5ff30d30509531231e
5
+ SHA512:
6
+ metadata.gz: fd83ca9b7bb95d7fc08f2f4241655fc13d687f59777f59b7ecc1af1b8f478fd01fd27949349f7111be1a817aa2a7766f7bfa1d6aaed15306e3f19a92d255783a
7
+ data.tar.gz: e39d7d1c809fc970efb37aea7d8ab488fc7d7a5f32824ddd45b06972006953041ff8f5426c77b10e77bd0cbb90c5c345df26c9302de5db63692586a9a4702aed
metadata CHANGED
@@ -1,19 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tarai
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
5
- prerelease:
4
+ version: '0.2'
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tanaka Akira
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2011-11-29 00:00:00.000000000 Z
11
+ date: 2015-01-05 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! 'tarai provides the tarai function.
15
-
16
- '
13
+ description: |
14
+ tarai provides the tarai function.
17
15
  email: akr@fsij.org
18
16
  executables: []
19
17
  extensions:
@@ -25,28 +23,28 @@ files:
25
23
  - ext/tarai.c
26
24
  - test/test-tarai.rb
27
25
  homepage: https://github.com/akr/tarai
28
- licenses: []
26
+ licenses:
27
+ - BSD-3-Clause
28
+ metadata: {}
29
29
  post_install_message:
30
30
  rdoc_options: []
31
31
  require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
- none: false
35
34
  requirements:
36
- - - ! '>='
35
+ - - ">="
37
36
  - !ruby/object:Gem::Version
38
37
  version: '0'
39
38
  required_rubygems_version: !ruby/object:Gem::Requirement
40
- none: false
41
39
  requirements:
42
- - - ! '>='
40
+ - - ">="
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
44
  rubyforge_project:
47
- rubygems_version: 1.8.11
45
+ rubygems_version: 2.4.5
48
46
  signing_key:
49
- specification_version: 3
47
+ specification_version: 4
50
48
  summary: Tarai Function
51
49
  test_files:
52
50
  - test/test-tarai.rb