gunnertechnology 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,8 @@ class ProjectGenerator < Rails::Generators::NamedBase
44
44
  end
45
45
 
46
46
  def generate_gem_dependencies
47
+ gsub_file("Gemfile",/gem 'sqlite3'/,"")
48
+
47
49
  gem "rails", "3.0.4"
48
50
  gem "aws-s3", "0.6.2", :require => "aws/s3"
49
51
  gem "flickr_fu", "0.3.0"
@@ -1,3 +1,3 @@
1
1
  module Gunnertechnology
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
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: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cody Swann