expansions 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'expansions'
4
+
4
5
  Expansions::CLIInterface.new.run(ARGV)
data/lib/core/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Expansions
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expansions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -127,7 +127,7 @@ description: Automation utitlity that I use to support cross platform file maint
127
127
  email:
128
128
  - open_source@developwithpassion.com
129
129
  executables:
130
- - expansions
130
+ - expand
131
131
  extensions: []
132
132
  extra_rdoc_files: []
133
133
  files:
@@ -137,7 +137,7 @@ files:
137
137
  - Guardfile
138
138
  - README.md
139
139
  - Rakefile
140
- - bin/expansions
140
+ - bin/expand
141
141
  - expansions.gemspec
142
142
  - lib/core/array.rb
143
143
  - lib/core/cli_interface.rb