code_ape 1.0.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +12 -0
- data/code_ape.gemspec +13 -13
- data/lib/code_ape.rb +16 -3
- data/lib/code_ape/version.rb +1 -1
- data/lib/naf_rev2.yml +3454 -0
- metadata +5 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: code_ape
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maxime Palanchini
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '0'
|
55
55
|
description:
|
56
56
|
email:
|
57
|
-
-
|
57
|
+
- maxime.palanchini@gmail.com
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
@@ -74,6 +74,7 @@ files:
|
|
74
74
|
- lib/code_ape.yml
|
75
75
|
- lib/code_ape/version.rb
|
76
76
|
- lib/division_ape.yml
|
77
|
+
- lib/naf_rev2.yml
|
77
78
|
homepage: https://github.com/Dakurei/code_ape
|
78
79
|
licenses:
|
79
80
|
- MIT
|
@@ -93,8 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
94
|
- !ruby/object:Gem::Version
|
94
95
|
version: '0'
|
95
96
|
requirements: []
|
96
|
-
|
97
|
-
rubygems_version: 2.7.6
|
97
|
+
rubygems_version: 3.0.1
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Ruby gem to obtain the labels of the APE code
|