cheatorious 0.2.0 → 0.2.1

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.
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- #v0.2.0 (Dec/29 2011 09:59 -0200 by Luis Cipriani)
1
+
2
+ #v0.2.1 (Dec/29 2011 10:40 -0200 by Luis Cipriani)
3
+
4
+ Bugfixes:
5
+
6
+ - Added Thor runtime dependency in gemspec
7
+
8
+ # v0.2.0 (Dec/29 2011 09:59 -0200 by Luis Cipriani) #
2
9
 
3
10
  Changes:
4
11
 
data/GEM_VERSION CHANGED
@@ -1 +1 @@
1
- v0.2.0+1
1
+ v0.2.1+1
data/README.md CHANGED
@@ -97,7 +97,7 @@ If you are tired to type everything above to do a simple search, use the alias c
97
97
  Example: cheatorious alias svim simple_vim >> ~/.bashrc
98
98
  next time just use: svim KEYWORD [OPTIONS]
99
99
 
100
- The command will just show the command, it's up to you to decide where to put it.
100
+ It will just **show** the alias command, it's up to you to decide where to put it.
101
101
 
102
102
  ## Writers ##
103
103
 
data/cheatorious.gemspec CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
  s.email = "lfcipriani@gmail.com"
31
31
  s.homepage = "https://github.com/abril/cheatorious"
32
32
 
33
- # s.add_dependency('dependency', '>= 1.0.0')
33
+ s.add_runtime_dependency('thor', '>= 0.14.6')
34
34
 
35
35
  # s.add_development_dependency('cover_me')
36
36
  # s.add_development_dependency('ruby-debug19')
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.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,9 +11,20 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-12-29 00:00:00.000000000Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: thor
16
+ requirement: &2160967780 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 0.14.6
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *2160967780
14
25
  - !ruby/object:Gem::Dependency
15
26
  name: step-up
16
- requirement: &2152693740 !ruby/object:Gem::Requirement
27
+ requirement: &2160965500 !ruby/object:Gem::Requirement
17
28
  none: false
18
29
  requirements:
19
30
  - - ! '>='
@@ -21,7 +32,7 @@ dependencies:
21
32
  version: '0'
22
33
  type: :development
23
34
  prerelease: false
24
- version_requirements: *2152693740
35
+ version_requirements: *2160965500
25
36
  description:
26
37
  email: lfcipriani@gmail.com
27
38
  executables:
@@ -62,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
73
  version: '0'
63
74
  segments:
64
75
  - 0
65
- hash: 3692149591727871031
76
+ hash: -297487151997060724
66
77
  required_rubygems_version: !ruby/object:Gem::Requirement
67
78
  none: false
68
79
  requirements: