cid 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/{cid.rb → cid} +0 -0
- data/cid.gemspec +1 -1
- data/lib/cid/version.rb +1 -1
- metadata +3 -3
data/bin/{cid.rb → cid}
RENAMED
File without changes
|
data/cid.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
15
|
spec.files = `git ls-files`.split($/)
|
16
|
-
spec.executables
|
16
|
+
spec.executables << 'cid'
|
17
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
18
18
|
spec.require_paths = ["lib"]
|
19
19
|
|
data/lib/cid/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -127,7 +127,7 @@ description:
|
|
127
127
|
email:
|
128
128
|
- pezholio@gmail.com
|
129
129
|
executables:
|
130
|
-
- cid
|
130
|
+
- cid
|
131
131
|
extensions: []
|
132
132
|
extra_rdoc_files: []
|
133
133
|
files:
|
@@ -136,7 +136,7 @@ files:
|
|
136
136
|
- LICENSE.txt
|
137
137
|
- README.md
|
138
138
|
- Rakefile
|
139
|
-
- bin/cid
|
139
|
+
- bin/cid
|
140
140
|
- cid.gemspec
|
141
141
|
- lib/cid.rb
|
142
142
|
- lib/cid/validation.rb
|