rails_new 0.0.3 → 0.0.4

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_new (0.0.1)
4
+ rails_new (0.0.4)
5
5
  rails (= 3.2.9)
6
6
 
7
7
  GEM
data/bin/rails_new CHANGED
@@ -4,4 +4,4 @@
4
4
  # Created by Lucas Caton at 2012, november 23
5
5
 
6
6
  app_name = ARGV.first
7
- system "rails new #{app_name} --skip-bundle --skip-test-unit -m https://raw.github.com/lucascaton/rails_new/master/template.rb"
7
+ system "rails new #{app_name} --skip-bundle --skip-test-unit -m https://raw.github.com/lucascaton/rails_new/master/lib/template.rb"
@@ -1,3 +1,3 @@
1
1
  module RailsNew
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_new
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-23 00:00:00.000000000 Z
12
+ date: 2012-11-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -48,14 +48,12 @@ files:
48
48
  UmFrZWZpbGU=
49
49
  - !binary |-
50
50
  YmluL3JhaWxzX25ldw==
51
- - !binary |-
52
- bGliL3JhaWxzX25ldy5yYg==
53
51
  - !binary |-
54
52
  bGliL3JhaWxzX25ldy92ZXJzaW9uLnJi
55
53
  - !binary |-
56
- cmFpbHNfbmV3LmdlbXNwZWM=
54
+ bGliL3RlbXBsYXRlLnJi
57
55
  - !binary |-
58
- dGVtcGxhdGUucmI=
56
+ cmFpbHNfbmV3LmdlbXNwZWM=
59
57
  homepage: https://github.com/lucascaton/rails_new
60
58
  licenses: []
61
59
  post_install_message:
@@ -68,12 +66,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  - - ! '>='
69
67
  - !ruby/object:Gem::Version
70
68
  version: '0'
69
+ segments:
70
+ - 0
71
+ hash: 4405151621816508930
71
72
  required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  none: false
73
74
  requirements:
74
75
  - - ! '>='
75
76
  - !ruby/object:Gem::Version
76
77
  version: '0'
78
+ segments:
79
+ - 0
80
+ hash: 4405151621816508930
77
81
  requirements: []
78
82
  rubyforge_project:
79
83
  rubygems_version: 1.8.24
@@ -81,4 +85,3 @@ signing_key:
81
85
  specification_version: 3
82
86
  summary: Customizable Rails template with Twitter Bootstrap, Devise and more!
83
87
  test_files: []
84
- has_rdoc:
data/lib/rails_new.rb DELETED
@@ -1,5 +0,0 @@
1
- require 'rails_new/version'
2
-
3
- module RailsNew
4
- # Your code goes here...
5
- end
File without changes