bootstrap-on 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -57,7 +57,7 @@ Generates a new Padrino Admin page with Twitter Bootstrapped integrated.
57
57
  **Command:**
58
58
 
59
59
  ```
60
- padrino g bootstrapped_admin_page [model]
60
+ padrino g bs_admin_page [model]
61
61
  ```
62
62
 
63
63
  **Options:**
@@ -71,7 +71,7 @@ padrino g bootstrapped_admin_page [model]
71
71
  **Example:**
72
72
 
73
73
  ```
74
- padrino g bootstrapped_admin_page product
74
+ padrino g bs_admin_page product
75
75
  ```
76
76
 
77
77
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bootstrap-on"
8
- s.version = "0.0.6"
8
+ s.version = "0.0.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Stuart Chinery"]
12
- s.date = "2012-08-30"
12
+ s.date = "2012-10-02"
13
13
  s.description = "Generates Padrino admin and admin page templates with Twitter Bootstrap integrated."
14
14
  s.email = "stuart.chinery@headlondon.com"
15
15
  s.extra_rdoc_files = [
@@ -27,5 +27,4 @@
27
27
  Copyright ©
28
28
  =Time.now.year
29
29
  Your Site - Powered by
30
- =link_to "Padrino v.#{Padrino.version}", "http://www.padrinorb.com", :target => :_blank
31
- #sidebar=yield_content :sidebar
30
+ =link_to "Padrino v.#{Padrino.version}", "http://www.padrinorb.com", :target => :_blank
@@ -26,6 +26,4 @@ html lang='en' xmlns='http://www.w3.org/1999/xhtml'
26
26
  .block
27
27
  p
28
28
  ' Copyright © #{Time.now.year} Your Site - Powered by
29
- == link_to "Padrino v.#{Padrino.version}", 'http://www.padrinorb.com', :target => :_blank
30
- #sidebar
31
- == yield_content :sidebar
29
+ == link_to "Padrino v.#{Padrino.version}", 'http://www.padrinorb.com', :target => :_blank
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-on
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stuart Chinery
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-30 00:00:00 Z
18
+ date: 2012-10-02 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  type: :runtime