nendo 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nendo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kiyoka Nishiyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-19 00:00:00.000000000 Z
11
+ date: 2013-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -100,12 +100,12 @@ executables:
100
100
  - nendo
101
101
  extensions: []
102
102
  extra_rdoc_files:
103
- - README
103
+ - README.md
104
104
  files:
105
105
  - .gemtest
106
106
  - COPYING
107
107
  - History.txt
108
- - README
108
+ - README.md
109
109
  - Rakefile
110
110
  - VERSION.yml
111
111
  - benchmark/benchmark.nnd
@@ -180,10 +180,13 @@ files:
180
180
  - test/util-combinations-test.nnd
181
181
  - test/util-list-test.nnd
182
182
  homepage: http://github.com/kiyoka/nendo
183
- licenses: []
183
+ licenses:
184
+ - New BSD
184
185
  metadata: {}
185
186
  post_install_message:
186
- rdoc_options: []
187
+ rdoc_options:
188
+ - -x
189
+ - match.nndc
187
190
  require_paths:
188
191
  - lib
189
192
  required_ruby_version: !ruby/object:Gem::Requirement
data/README DELETED
@@ -1,10 +0,0 @@
1
-
2
-
3
- Nendo is a dialect of Lisp written in Ruby.
4
- http://oldtype.sumibi.org/show-page/Nendo
5
-
6
-
7
- This software is open source, covered by a BSD-style license.
8
- Please read accompanying file COPYING.
9
-
10
-