terraformation 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/bin/terrarails +2 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'fileutils'
4
4
 
5
5
  spec = Gem::Specification.new do |s|
6
6
  s.name = "terraformation"
7
- s.version = "0.2.0"
7
+ s.version = "0.2.1"
8
8
  s.summary = "Generators with a Hashrocket twist"
9
9
  s.email = "info@hashrocket.com"
10
10
  s.homepage = "http://github.com/hashrocket/terraformation"
data/bin/terrarails CHANGED
@@ -108,7 +108,8 @@ unless File.exist?('Gemfile')
108
108
  file 'Gemfile', "source :gemcutter\n\n" + [
109
109
  "gem 'rails', '#{version}'",
110
110
  "gem '#{{'postgresql'=>'pg', 'sqlite3'=>'sqlite3-ruby'}[adapter] || adapter}'",
111
- "gem 'haml', '~> 3.0.4'"
111
+ "gem 'haml', '~> 2.2'",
112
+ "gem 'terraformation', '~> 0.2.1'"
112
113
  ].sort.join("\n") + "\n\n" + <<-EOS
113
114
  group :test do
114
115
  gem 'rspec-rails', '1.3.2'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Hashrocket
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-17 00:00:00 -04:00
17
+ date: 2010-06-01 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20