devisable 0.2.0 → 0.2.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{devisable}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Scott Sampson", "Jeremiah Hemphill"]
12
- s.date = %q{2011-08-18}
12
+ s.date = %q{2011-10-24}
13
13
  s.description = %q{Generates initial code for a devise install. Gives the options for oauth, using cancan, and creating a user tool to manage the users.}
14
14
  s.email = %q{scott@cloudspace.com}
15
15
  s.extra_rdoc_files = [
@@ -83,6 +83,8 @@ Gem::Specification.new do |s|
83
83
  "pkg/devisable-0.1.1.gem",
84
84
  "pkg/devisable-0.1.2.gem",
85
85
  "pkg/devisable-0.1.3.gem",
86
+ "pkg/devisable-0.2.0.gem",
87
+ "pkg/devisable-0.2.1.gem",
86
88
  "pkg/devise_generator-0.1.0.gem",
87
89
  "test/helper.rb",
88
90
  "test/test_devise_generator.rb"
@@ -30,7 +30,7 @@ class DevisableGenerator < Rails::Generators::Base
30
30
  'new' => false,
31
31
  'sudo' => false,
32
32
  'url' => 'http://localhost:3000',
33
- 'jslibrary' => ''
33
+ 'jslibrary' => 'jquery'
34
34
  }
35
35
 
36
36
 
Binary file
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: devisable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Scott Sampson
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-08-18 00:00:00 -04:00
14
+ date: 2011-10-24 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -134,6 +134,8 @@ files:
134
134
  - pkg/devisable-0.1.1.gem
135
135
  - pkg/devisable-0.1.2.gem
136
136
  - pkg/devisable-0.1.3.gem
137
+ - pkg/devisable-0.2.0.gem
138
+ - pkg/devisable-0.2.1.gem
137
139
  - pkg/devise_generator-0.1.0.gem
138
140
  - test/helper.rb
139
141
  - test/test_devise_generator.rb
@@ -151,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
153
  requirements:
152
154
  - - ">="
153
155
  - !ruby/object:Gem::Version
154
- hash: 839733348115812984
156
+ hash: 3996483540748051126
155
157
  segments:
156
158
  - 0
157
159
  version: "0"