huffshell 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +0 -1
  2. data/Gemfile.lock +1 -3
  3. data/lib/shell/alias_line.rb +1 -1
  4. metadata +3 -3
data/Gemfile CHANGED
@@ -1,6 +1,5 @@
1
1
  source :rubygems
2
2
  gemspec
3
- gem 'rake'
4
3
  gem 'rspec'
5
4
  gem 'colorize'
6
5
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- huffshell (0.0.12)
4
+ huffshell (0.0.13)
5
5
  colorize
6
6
 
7
7
  GEM
@@ -10,7 +10,6 @@ GEM
10
10
  colorize (0.5.8)
11
11
  diff-lcs (1.1.3)
12
12
  multi_json (1.2.0)
13
- rake (0.9.2.2)
14
13
  rspec (2.10.0)
15
14
  rspec-core (~> 2.10.0)
16
15
  rspec-expectations (~> 2.10.0)
@@ -30,6 +29,5 @@ PLATFORMS
30
29
  DEPENDENCIES
31
30
  colorize
32
31
  huffshell!
33
- rake
34
32
  rspec
35
33
  simplecov
@@ -10,7 +10,7 @@ class AliasLine
10
10
  end
11
11
 
12
12
  def valid?
13
- @line.scan("!") != []
13
+ @line.scan("=") != []
14
14
  end
15
15
 
16
16
  def command
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huffshell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-08-20 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize
16
- requirement: &70272688512560 !ruby/object:Gem::Requirement
16
+ requirement: &70309312392800 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70272688512560
24
+ version_requirements: *70309312392800
25
25
  description: A parser and recommendation system for your shell aliases based on your
26
26
  shell history
27
27
  email: paul.mckellar@gmail.com