shag 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/shag/version.rb +1 -1
- data/spec/{generator.rb → generator_spec.rb} +1 -1
- metadata +3 -3
data/lib/shag/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -78,7 +78,7 @@ files:
|
|
|
78
78
|
- lib/shag/generator.rb
|
|
79
79
|
- lib/shag/version.rb
|
|
80
80
|
- shag.gemspec
|
|
81
|
-
- spec/
|
|
81
|
+
- spec/generator_spec.rb
|
|
82
82
|
- spec/spec_helper.rb
|
|
83
83
|
homepage: https://github.com/rjsamson/shag
|
|
84
84
|
licenses: []
|
|
@@ -106,5 +106,5 @@ specification_version: 3
|
|
|
106
106
|
summary: A stupidly simple, single purpose CLI for generating a scaffold for Sinatra
|
|
107
107
|
apps on heroku.
|
|
108
108
|
test_files:
|
|
109
|
-
- spec/
|
|
109
|
+
- spec/generator_spec.rb
|
|
110
110
|
- spec/spec_helper.rb
|