chicken_little 0.1.0.beta1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -23,6 +23,11 @@ When they come to their senses and realize the ridiculous deprecation warnings m
23
23
  To check if it's already installed run:
24
24
 
25
25
  $ chicken_little installed?
26
+
27
+ **Can it be installed?:**
28
+ To see if it can be installed run:
29
+
30
+ $ chicken_little supported?
26
31
 
27
32
 
28
33
  ### What's it do?
@@ -35,4 +40,4 @@ It doesn't stop any other deprecation warnings, just the hostile, anti-user defa
35
40
 
36
41
  If you're using RVM you'll need to run this for each gemset.
37
42
 
38
- Also, as would be expected, you'll need to re-run Chicken Little every time you update the `gem` app.
43
+ Also, as would be expected, you'll need to re-run Chicken Little every time you update the `gem` app.
@@ -1,3 +1,3 @@
1
1
  module ChickenLittle
2
- VERSION = "0.1.0.beta1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chicken_little
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta1
5
- prerelease: 6
4
+ version: 0.1.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bethany
@@ -13,7 +13,7 @@ date: 2011-05-12 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
- requirement: &2157694020 !ruby/object:Gem::Requirement
16
+ requirement: &2153965620 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157694020
24
+ version_requirements: *2153965620
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: commandable
27
- requirement: &2157693560 !ruby/object:Gem::Requirement
27
+ requirement: &2153965160 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2157693560
35
+ version_requirements: *2153965160
36
36
  description: A simple hack to disable the incredibly annoying deprecation warnings
37
37
  for Gem::Specification#default_executable= when using the `gem` command.
38
38
  email:
@@ -71,9 +71,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
- - - ! '>'
74
+ - - ! '>='
75
75
  - !ruby/object:Gem::Version
76
- version: 1.3.1
76
+ version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
79
  rubygems_version: 1.8.1