thesilverspoon 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -24,6 +24,14 @@ Apart from this, The Silver Spoon also extends the scaffolding in your app.
24
24
 
25
25
  ## Installation
26
26
 
27
+ *Please note:
28
+ Before using this gem , please copy the following in your gem file and run 'bundle install'
29
+
30
+ ```console
31
+ gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
32
+ ```
33
+
34
+
27
35
  The Silver Spoon works best if you use it in a new empty Rails App. It requires anything Rails 3.1.3 onwards.
28
36
 
29
37
  You can install it by simply adding the following line to your Gemfile and running bundle install:
data/README.md~ CHANGED
@@ -1,4 +1,5 @@
1
1
 
2
+ #The Gem is still under development.We recommend please do not download it yet.
2
3
  # The Silver Spoon
3
4
 
4
5
  Let your Rails App be born with a silver spoon in its mouth.
@@ -22,6 +23,13 @@ Apart from this, The Silver Spoon also extends the scaffolding in your app.
22
23
  * It also adds schema stubs and standard validation options (uncomment these to use) to your models.
23
24
 
24
25
  ## Installation
26
+ *Please note:
27
+ Before using this gem , please copy the following in your gem file and run 'bundle install'
28
+
29
+ ```console
30
+ gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
31
+ ```
32
+
25
33
 
26
34
  The Silver Spoon works best if you use it in a new empty Rails App. It requires anything Rails 3.1.3 onwards.
27
35
 
@@ -1,3 +1,3 @@
1
1
  module Thesilverspoon
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Thesilverspoon
2
- VERSION = "0.0.19"
2
+ VERSION = "0.0.20"
3
3
  end
@@ -230,6 +230,7 @@ module Thesilverspoon
230
230
  Rails::Generators.invoke('cancan:ability')
231
231
  Rails::Generators.invoke('migration', ["add_role_to_user", ["admin:boolean"]])
232
232
  Rails::Generators.invoke('controller',["welcome",["index"]])
233
+ Rails::Generators.invoke('rails_admin:install')
233
234
  end
234
235
 
235
236
  def create_new_user
@@ -230,6 +230,7 @@ module Thesilverspoon
230
230
  Rails::Generators.invoke('cancan:ability')
231
231
  Rails::Generators.invoke('migration', ["add_role_to_user", ["admin:boolean"]])
232
232
  Rails::Generators.invoke('controller',["welcome",["index"]])
233
+ Rails::Generators.invoke('rails_admin:install')
233
234
  end
234
235
 
235
236
  def create_new_user
@@ -5,9 +5,9 @@ require "thesilverspoon/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "thesilverspoon"
7
7
  s.version = Thesilverspoon::VERSION
8
- s.authors = ["Ptotem Learnings"]
8
+ s.authors = ["Ptotem"]
9
9
  s.email = ["info@ptotem.com"]
10
- s.homepage = "http://www.ptotem.com"
10
+ s.homepage = "https://github.com/ptotemy/thesilverspoon"
11
11
  s.summary = %q{Let your Rails App be born with a silver spoon in its mouth}
12
12
  s.description = %q{This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available( Twitter-Bootstrap, Devise, CanCan, Rails Admin, Spreadsheet, ) Not only does it takes care of the installation of these gems, it also extends your scaffolds to give aesthetically improved views. Further, apart from the standard scaffold views, it also creates an AJAX driven integrated view for your scaffold. It dries up your controllers and makes your models friendlier by adding schema stubs and standard validation options. Expect Cucumber integration in our next version}
13
13
 
@@ -5,9 +5,9 @@ require "thesilverspoon/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "thesilverspoon"
7
7
  s.version = Thesilverspoon::VERSION
8
- s.authors = ["Ptotem Learnings"]
8
+ s.authors = ["Ptotem"]
9
9
  s.email = ["info@ptotem.com"]
10
- s.homepage = "http://www.ptotem.com"
10
+ s.homepage = "https://github.com/ptotemy/thesilverspoon"
11
11
  s.summary = %q{Let your Rails App be born with a silver spoon in its mouth}
12
12
  s.description = %q{This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available( Twitter-Bootstrap, Devise, CanCan, Rails Admin, Spreadsheet, ) Not only does it takes care of the installation of these gems, it also extends your scaffolds to give aesthetically improved views. Further, apart from the standard scaffold views, it also creates an AJAX driven integrated view for your scaffold. It dries up your controllers and makes your models friendlier by adding schema stubs and standard validation options. Expect Cucumber integration in our next version}
13
13
 
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thesilverspoon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Ptotem Learnings
8
+ - Ptotem
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -13,7 +13,7 @@ date: 2012-02-03 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &71507760 !ruby/object:Gem::Requirement
16
+ requirement: &80140650 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - =
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *71507760
24
+ version_requirements: *80140650
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bootstrapped
27
- requirement: &71507200 !ruby/object:Gem::Requirement
27
+ requirement: &80139860 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *71507200
35
+ version_requirements: *80139860
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: gritter
38
- requirement: &71506450 !ruby/object:Gem::Requirement
38
+ requirement: &80139420 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *71506450
46
+ version_requirements: *80139420
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: spreadsheet
49
- requirement: &71505730 !ruby/object:Gem::Requirement
49
+ requirement: &80138610 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *71505730
57
+ version_requirements: *80138610
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: carrierwave
60
- requirement: &71504810 !ruby/object:Gem::Requirement
60
+ requirement: &80137830 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: '0'
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *71504810
68
+ version_requirements: *80137830
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: devise
71
- requirement: &71504220 !ruby/object:Gem::Requirement
71
+ requirement: &80137000 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ! '>='
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: '0'
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *71504220
79
+ version_requirements: *80137000
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: cancan
82
- requirement: &71503770 !ruby/object:Gem::Requirement
82
+ requirement: &80136450 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ! '>='
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: '0'
88
88
  type: :runtime
89
89
  prerelease: false
90
- version_requirements: *71503770
90
+ version_requirements: *80136450
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: nifty-generators
93
- requirement: &71503420 !ruby/object:Gem::Requirement
93
+ requirement: &80135980 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ! '>='
@@ -98,7 +98,7 @@ dependencies:
98
98
  version: '0'
99
99
  type: :runtime
100
100
  prerelease: false
101
- version_requirements: *71503420
101
+ version_requirements: *80135980
102
102
  description: This gem preps a new Rails app with some of the best Rails gems and Jquery
103
103
  sweetness available( Twitter-Bootstrap, Devise, CanCan, Rails Admin, Spreadsheet,
104
104
  ) Not only does it takes care of the installation of these gems, it also extends
@@ -275,7 +275,7 @@ files:
275
275
  - lib/thesilverspoon/version.rb~
276
276
  - thesilverspoon.gemspec
277
277
  - thesilverspoon.gemspec~
278
- homepage: http://www.ptotem.com
278
+ homepage: https://github.com/ptotemy/thesilverspoon
279
279
  licenses: []
280
280
  post_install_message:
281
281
  rdoc_options: []