appleseed 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/appleseed.gemspec +1 -1
  3. data/templates/default.rb +16 -16
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/appleseed.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{appleseed}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Alyn Porter"]
data/templates/default.rb CHANGED
@@ -1,17 +1,17 @@
1
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/gitignore.rb'
2
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/haml.rb'
3
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/compass.rb'
4
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/remove_prototype.rb'
5
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/jquery.rb'
6
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/rspec.rb'
7
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/cucumber.rb'
8
- #apply 'http://github.com/endymion/appleseed/raw/master/templates/root_controller.rb'
1
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/gitignore.rb'
2
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/haml.rb'
3
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/compass.rb'
4
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/remove_prototype.rb'
5
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/jquery.rb'
6
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/rspec.rb'
7
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/cucumber.rb'
8
+ apply 'http://github.com/endymion/appleseed/raw/master/templates/root_controller.rb'
9
9
 
10
- apply 'http://localhost/projects/appleseed/templates/gitignore.rb'
11
- apply 'http://localhost/projects/appleseed/templates/haml.rb'
12
- apply 'http://localhost/projects/appleseed/templates/compass.rb'
13
- apply 'http://localhost/projects/appleseed/templates/remove_prototype.rb'
14
- apply 'http://localhost/projects/appleseed/templates/jquery.rb'
15
- apply 'http://localhost/projects/appleseed/templates/rspec.rb'
16
- apply 'http://localhost/projects/appleseed/templates/cucumber.rb'
17
- apply 'http://localhost/projects/appleseed/templates/root_controller.rb'
10
+ # apply 'http://localhost/projects/appleseed/templates/gitignore.rb'
11
+ # apply 'http://localhost/projects/appleseed/templates/haml.rb'
12
+ # apply 'http://localhost/projects/appleseed/templates/compass.rb'
13
+ # apply 'http://localhost/projects/appleseed/templates/remove_prototype.rb'
14
+ # apply 'http://localhost/projects/appleseed/templates/jquery.rb'
15
+ # apply 'http://localhost/projects/appleseed/templates/rspec.rb'
16
+ # apply 'http://localhost/projects/appleseed/templates/cucumber.rb'
17
+ # apply 'http://localhost/projects/appleseed/templates/root_controller.rb'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appleseed
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Alyn Porter