expansions 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/{expand → expands} +0 -0
- data/lib/core/version.rb +1 -1
- metadata +3 -3
data/bin/{expand → expands}
RENAMED
File without changes
|
data/lib/core/version.rb
CHANGED
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.
|
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
|
-
-
|
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/
|
140
|
+
- bin/expands
|
141
141
|
- expansions.gemspec
|
142
142
|
- lib/core/array.rb
|
143
143
|
- lib/core/cli_interface.rb
|