app_drone 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md~ CHANGED
@@ -238,7 +238,6 @@ AppDrone is not for everyone. It's highly opinionated about how a Rails app shou
238
238
  - rails-best-practices (and the other output gem for debugging)
239
239
  - NewRelic
240
240
  - EngineYard for deployment
241
-
242
241
  - Backbone integration + Skim
243
242
  - Ember.js integration
244
243
  - Pivotal tracker
@@ -1,7 +1,7 @@
1
- a.btn.btn-primary.btn-large Shiny!
2
- <% if param(:font_awesome) %>
3
- br
4
- a.btn.btn
5
- i.icon-heart
6
- | with Font Awesome!
7
- <% end %>
1
+ .btn-group
2
+ a.btn.btn-primary.btn-large Shiny!
3
+ <% if param(:font_awesome) %>
4
+ a.btn.btn-large
5
+ i.icon-heart
6
+ | with Font Awesome!
7
+ <% end %>
@@ -1,7 +1,7 @@
1
- a.btn.btn-primary.btn-large Shiny!
2
- <% if param(:font_awesome) %>
3
- br
4
- a.btn.btn
5
- i.icon-heart
6
- | with Font Awesome!
7
- <% end %>
1
+ .btn-group
2
+ a.btn.btn-primary.btn-large Shiny!
3
+ <% if param(:font_awesome) %>
4
+ a.btn.btn-large
5
+ i.icon-heart
6
+ | with Font Awesome!
7
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module AppDrone
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/out.rb CHANGED
@@ -108,13 +108,13 @@ h1 Flair!
108
108
 
109
109
  h3 Bootstrap
110
110
 
111
- a.btn.btn-primary.btn-large Shiny!
112
-
113
- br
114
- a.btn.btn
115
- i.icon-heart
116
- | with Font Awesome!
117
-
111
+ .btn-group
112
+ a.btn.btn-primary.btn-large Shiny!
113
+
114
+ a.btn.btn-large
115
+ i.icon-heart
116
+ | with Font Awesome!
117
+
118
118
 
119
119
  h3 Chosen
120
120
 
data/out.rb~ CHANGED
@@ -108,13 +108,13 @@ h1 Flair!
108
108
 
109
109
  h3 Bootstrap
110
110
 
111
- a.btn.btn-primary.btn-large Shiny!
112
-
113
- br
114
- a.btn.btn
115
- i.icon-heart
116
- | with Font Awesome!
117
-
111
+ .btn-group
112
+ a.btn.btn-primary.btn-large Shiny!
113
+
114
+ a.btn.btn-large
115
+ i.icon-heart
116
+ | with Font Awesome!
117
+
118
118
 
119
119
  h3 Chosen
120
120
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_drone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
- requirement: &17768680 !ruby/object:Gem::Requirement
16
+ requirement: &19529880 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.2.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *17768680
24
+ version_requirements: *19529880
25
25
  description: Give your Rails apps a kickstart
26
26
  email:
27
27
  - whoisdanieldavey@gmail.com