expansions 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
File without changes
data/lib/core/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Expansions
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
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
- - expand
130
+ - expands
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/expand
140
+ - bin/expands
141
141
  - expansions.gemspec
142
142
  - lib/core/array.rb
143
143
  - lib/core/cli_interface.rb