cheatorious 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/GEM_VERSION +1 -1
- data/cheatorious.gemspec +2 -0
- metadata +6 -5
data/GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
v0.1.
|
1
|
+
v0.1.1
|
data/cheatorious.gemspec
CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.version = Cheatorious::VERSION
|
14
14
|
s.platform = Gem::Platform::RUBY
|
15
15
|
s.summary = "generator of simple, searchable, command line cheatsheets"
|
16
|
+
s.bindir = "bin"
|
17
|
+
s.executables = ["cheatorious"]
|
16
18
|
s.require_paths = ['lib']
|
17
19
|
excepts = %w[
|
18
20
|
.gitignore
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cheatorious
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-12-12 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: step-up
|
16
|
-
requirement: &
|
16
|
+
requirement: &2152241560 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,11 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2152241560
|
25
25
|
description:
|
26
26
|
email: lfcipriani@gmail.com
|
27
|
-
executables:
|
27
|
+
executables:
|
28
|
+
- cheatorious
|
28
29
|
extensions: []
|
29
30
|
extra_rdoc_files: []
|
30
31
|
files:
|
@@ -58,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
59
|
version: '0'
|
59
60
|
segments:
|
60
61
|
- 0
|
61
|
-
hash:
|
62
|
+
hash: 4020292091748225162
|
62
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
63
64
|
none: false
|
64
65
|
requirements:
|