gunnertechnology 0.0.12 → 0.0.13

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.
@@ -82,7 +82,7 @@ class ProjectGenerator < Rails::Generators::Base
82
82
  gem "heroku", "> 1.15.1", :group => "development"
83
83
  gem "heroku_san_gt", ">= 1.0.8", :group => "development"
84
84
  gem "rails3-generators", "0.17.0", :group => "development"
85
- gem "nifty-generators", "0.4.2", :group => "development"
85
+ gem "nifty-generators", :group => :development
86
86
 
87
87
  run 'bundle install'
88
88
  end
@@ -1,3 +1,3 @@
1
1
  module Gunnertechnology
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gunnertechnology
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cody Swann