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.
@@ -1,3 +1,3 @@
1
1
  module Shag
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -9,7 +9,7 @@ describe "Generator" do
9
9
  end
10
10
 
11
11
  describe "private methods" do
12
- include FakeFS::SpecHelpers
12
+
13
13
  describe "#bundle" do
14
14
  it "runs bundle install" do
15
15
  stub_shell do
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.2
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/generator.rb
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/generator.rb
109
+ - spec/generator_spec.rb
110
110
  - spec/spec_helper.rb