laravel 0.7.1 → 0.7.2

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.
@@ -32,8 +32,6 @@ module Laravel
32
32
  :desc => "default | update permissions on storage/ directory"
33
33
  method_option :config, :type => :string, :aliases => "-c",
34
34
  :desc => "configure the application using semi-colon separated list (read docs)"
35
- method_option :generator, :type => :boolean, :aliases => "-g",
36
- :desc => "get the Laravel generator by Jeffrey Way"
37
35
  method_option :debug, :type => :boolean
38
36
 
39
37
  def new(app_name)
@@ -1,3 +1,3 @@
1
1
  module Laravel
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laravel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -986886918838144797
111
+ hash: 3908221325029847263
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: -986886918838144797
120
+ hash: 3908221325029847263
121
121
  requirements: []
122
122
  rubyforge_project:
123
123
  rubygems_version: 1.8.24