happy_seed 0.0.17 → 0.0.18

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23afa00644d4205c8819205ef62f471279e72554
4
- data.tar.gz: c2d994f8a78a75f0cafb04f0cd391aa5121e87ae
3
+ metadata.gz: 503098e01060d7f004b591f7dfe749e1136b34de
4
+ data.tar.gz: 6c168f1188afcc1d56980c1cfa0cbf0400c2954a
5
5
  SHA512:
6
- metadata.gz: 6f1e69f11cda779b832b1dccce701a9e042bd2defcb8bda50d9addb1725c74cc24733ab4172f2a8bb5f50f1024f97121313d94d4110e7b4a25372bedae680a57
7
- data.tar.gz: 39b4a11ac30fa9fb48c4ec38e85da04fbbfb521bceda56d60ab667f8851b015050758713812513e91158468349987d43b2752728da62e406b737b874e87ce517
6
+ metadata.gz: 129752402fc21adc1a913d5734667c114a825ab6efc4416fe39ed8309bdf918f451f713329ce02e41d512fee1a4b8c1d2cc0c74ca00940f30f944f20fd2b5bd2
7
+ data.tar.gz: c930e14bcd12a43f384ef098d89f812762dd56c4e8f7b2b5d4292d1ea62eab496ca46cadd448822e63a600d9af71ba68637fb24ebef234b336b326b10bc90fb6
@@ -73,6 +73,7 @@ module HappySeed
73
73
  gsub_file "Guardfile", 'guard "cucumber"', 'guard "cucumber", cli: "--color --strict"'
74
74
 
75
75
  directory '.'
76
+ append_to_file '.gitignore', ".env\n"
76
77
 
77
78
  remove_file "application_controller.rb"
78
79
 
@@ -28,16 +28,16 @@
28
28
 
29
29
  - if devise_mapping.omniauthable?
30
30
  .panel.panel-default.only
31
- .panel-header
31
+ .panel-heading
32
32
  Connect your accounts
33
33
 
34
34
  .panel-body
35
35
  %ul
36
36
  - resource_class.omniauth_providers.each do |provider|
37
37
  - if resource.identities.where( :provider => provider ).first
38
- %li= link_to "Reconnect with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider)
38
+ %li= link_to "Reconnect with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider), class: "btn btn-primary"
39
39
  - else
40
- %li= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider)
40
+ %li= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider), class: "btn btn-primary"
41
41
 
42
42
  .panel.panel-default.only
43
43
 
@@ -15,7 +15,7 @@ module HappySeed
15
15
  require_generator OmniauthGenerator
16
16
 
17
17
  gem 'omniauth-github'
18
- gem 'github_api'
18
+ gem 'octokit'
19
19
 
20
20
  Bundler.with_clean_env do
21
21
  run "bundle install --without production"
@@ -23,7 +23,8 @@ module HappySeed
23
23
 
24
24
  directory 'docs'
25
25
 
26
- add_omniauth :github, "user", "Github"
26
+ add_omniauth :github, "user", "Octokit"
27
+ gsub_file( 'app/models/user.rb', /Octokit.*/, "Octokit::Client.new(access_token: github.accesstoken)" )
27
28
  end
28
29
  end
29
30
  end
@@ -1,17 +1,35 @@
1
1
  //-----------------------------------------
2
2
  // Variables, customize bootstrap here
3
3
  //-----------------------------------------
4
- @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
5
- $headings-font-family: 'Open Sans';
4
+ @import url(https://fonts.googleapis.com/css?family=Roboto:100,300);
5
+
6
+ $red: #CD6363;
7
+ $font-family-sans-serif: "Roboto";
8
+ $headings-font-weight: 100;
9
+ $font-size-base: 14px;
10
+ $font-size-h2: floor(($font-size-base * 2.5));
6
11
 
7
12
  $navbar-height: 75px;
13
+ $navbar-default-bg: rgba(255,255,255, 0.9);
14
+ $navbar-default-link-active-bg: rgb(255,255,255);
15
+ $navbar-default-toggle-border-color: rgb(255,255,255);
16
+ $navbar-default-toggle-icon-bar-bg: #000;
17
+ $navbar-default-toggle-hover-bg: rgb(255,255,255);
18
+ $navbar-default-link-active-color: $red;
8
19
 
9
- $navbar-default-bg: rgba(255,255,255,.5);
10
- $navbar-inverse-bg: rgba(0,0,0,.9);
20
+ $jumbotron-bg: rgb(255,255,255);
21
+ $border-color: #CCC;
11
22
 
23
+ $carousel-indicator-background: rgba(255, 0, 0, 0.2);
24
+ $carousel-indicator-border: 1px solid black;
12
25
 
26
+ $input-bg: rgba(255,0,0,0.1);
27
+ $input-border: rgb(0,0,0);
28
+ $form-submit-hover: rgba(0,0,0,0.1);
29
+ $submit-button-color: rgb(0,0,0);
30
+ $submit-border-color: rgb(0,0,0);
31
+ $submit-button-background: transparent;
13
32
  // Color Palate
14
- $brand-primary: #9CCC00;
15
33
 
16
34
  @import 'bootstrap-sprockets';
17
35
  @import 'bootstrap';
@@ -21,10 +39,68 @@ body {
21
39
  position: relative;
22
40
  }
23
41
 
24
- .navbar li.active {
25
- border-bottom: 2px solid $brand-primary;
42
+ .bottom-border {
43
+ border-bottom: 1px solid $border-color;
44
+ }
45
+
46
+ .logo img{
47
+ width: 44px;
48
+ height: 54px;
49
+ margin: 10px;
50
+ }
51
+
52
+ .hero {
53
+ margin-top: 50px;
54
+ }
55
+
56
+ h4 {
57
+ font-weight: 300;
58
+ color: $red;
59
+ }
60
+
61
+ h2 {
62
+ margin-bottom: 80px;
63
+ }
64
+
65
+ #contact h1 {
66
+ color: $red;
67
+ margin-bottom: 40px;
68
+ }
69
+
70
+ section {
71
+ margin-top: 40px;
72
+ margin-bottom: 40px;
73
+ }
74
+
75
+ #about {
76
+ img {
77
+ margin: 0 auto;
78
+ }
79
+ }
80
+
81
+ .avatar {
82
+ width: 100px;
83
+ height: 100px;
84
+ padding: 10px;
85
+ }
86
+
87
+ .carousel-indicators {
88
+ bottom: 0;
89
+ li {
90
+ border: $carousel-indicator-border;
91
+ background: $carousel-indicator-background;
92
+ }
93
+ }
94
+
95
+ form .btn {
96
+ background: $submit-button-background;
97
+ color: $submit-button-color;
98
+ input {
99
+ border-color: $submit-border-color;
100
+ &:hover {
101
+ background: $form-submit-hover;
102
+ color: black;
103
+ }
104
+ }
26
105
  }
27
106
 
28
- .navbar-inverse a.navbar-brand {
29
- color: $brand-primary;
30
- }
@@ -17,31 +17,27 @@
17
17
 
18
18
  = csrf_meta_tag
19
19
 
20
- %body{ "data-spy" => "scroll", "data-target" => "#top"}
20
+ %body{ "data-spy" => "scroll", "data-target" => "#about"}
21
21
  = render 'chromeframe'
22
22
  = render 'flashes'
23
23
 
24
- %header#top.navbar.navbar-inverse.navbar-fixed-top{:role=>:banner}
24
+ %header#top.navbar-default.navbar-fixed-top{:role=>:banner}
25
25
  .navbar-header
26
26
  %button.navbar-toggle{:type=>:button, 'data-toggle'=>:collapse, 'data-target'=>'.navbar-collapse'}
27
27
  %span.sr-only Toggle navigations
28
28
  %span.icon-bar
29
29
  %span.icon-bar
30
30
  %span.icon-bar
31
- = link_to '#', :class=>'navbar-brand' do
32
- %span.glyphicon.glyphicon-leaf
33
- Happy Seed
34
- %nav.collapse.navbar-collapse{:role=>:navigation}
31
+ = link_to '#', :class=>'logo' do
32
+ =image_tag 'https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/sw_logo.png', alt: "spork wrangler", class: "img-responsive logo"
33
+ %nav.pull-right.collapse.navbar-collapse{:role=>:navigation}
35
34
  %ul.nav.navbar-nav
36
- %li= link_to 'Top', '#'
37
- %li= link_to 'Why', '#what'
38
- %li= link_to 'Feature 1', '#feature1'
39
- %li= link_to 'Feature 2', '#feature2'
40
- %li= link_to 'Feature 3', '#feature3'
35
+ %li= link_to 'about', '#about'
36
+ %li= link_to 'team', '#team'
37
+ %li= link_to 'contact', '#contact'
41
38
 
42
39
  = yield
43
40
 
44
- = render 'footer'
45
41
 
46
42
  -# Javascript at the bottom for fast page loading
47
43
  = render 'javascripts'
@@ -49,7 +45,7 @@
49
45
  :javascript
50
46
  $(function() {
51
47
  window.scrollReveal = new scrollReveal();
52
- $("#top.navbar ul li a[href^='#']").on('click', function(e) {
48
+ $("#top ul li a[href^='#']").on('click', function(e) {
53
49
  e.preventDefault();
54
50
 
55
51
  // store hash
@@ -1,83 +1,105 @@
1
1
  %section.masthead.jumbotron
2
2
  .container
3
- .row#top
4
- .col-md-8.col-md-offset-2
5
- .panel.panel-default
6
- .panel-body
3
+ .row.text-center.bottom-border
4
+ %h1 SPORK WRANGLER
5
+ %h4 Magic phone technology for texting witches and warlocks.
6
+ .col-sm-6.col-sm-offset-3
7
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/phones.png", class: "hero img-responsive"
8
+
9
+ %section#about
10
+ .container
11
+ .row.text-center
12
+ .col-sm-offset-1.col-sm-10
13
+ .row
14
+ %h2 GLUTEN FREE
15
+ .col-sm-4.text-left
16
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/pic1.jpg", class: "img-responsive"
17
+ %h4 SPROUTS
18
+ %p It was a humorously perilous business for both of us. For, before we proceed further, it must be said that the monkey-rope was fast at both ends; fast to Queequeg's broad canvas belt, and fast to my narrow leather one. So that for better or for worse, we two, for the time, were wedded; and should poor Queequeg sink to rise no more.
19
+ .col-sm-4.text-left
20
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/pic2.jpg", class: "img-responsive"
21
+ %h4 COUNTER CULTURE
22
+ %p It was a humorously perilous business for both of us. For, before we proceed further, it must be said that the monkey-rope was fast at both ends; fast to Queequeg's broad canvas belt, and fast to my narrow leather one.
23
+ .col-sm-4.text-left
24
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/pic3.jpg", class: "img-responsive"
25
+ %h4 BIKE SANDWICH
26
+ %p It was a humorously perilous business for both of us. For, before we proceed further, it must be said that the monkey-rope was fast at both ends; fast to Queequeg's broad canvas belt, and fast to my narrow leather one. So that for better or for worse, we two, for the time, were wedded; and should poor Queequeg sink to rise no more. Don't ya think? Kinda crazy if you ask me. But that's none of my business.
27
+
28
+ %section.divider
29
+ .container
30
+ .row.text-center
31
+ .col-sm-offset-3.col-sm-6
32
+ %hr
33
+
34
+ %section
35
+ .container
36
+ .row.text-center
37
+ .col-sm-offset-1.col-sm-10
38
+ .row
39
+ %h2 HOW IT WORKS
40
+ .col-sm-offset-1.col-sm-10.clearfix
41
+ #carousel-example-generic.carousel.slide{ data: { ride: "carousel"} }
42
+ %ol.carousel-indicators
43
+ %li.active{ data: {target: "#carousel-example-generic", "slide-to" => "0" }}
44
+ %li{ data: {target: "#carousel-example-generic", "slide-to" => "1" }}
45
+ %li{ data: {target: "#carousel-example-generic", "slide-to" => "2" }}
46
+
47
+ .carousel-inner{ role: "listbox" }
48
+ .item.active
49
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/venn.png"
50
+ .item
51
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/venn.png"
52
+ .item
53
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/venn.png"
54
+
55
+ %section.divider
56
+ .container
57
+ .row.text-center
58
+ .col-sm-offset-3.col-sm-6
59
+ %hr
60
+
61
+ %section#team
62
+ .container
63
+ .row.text-center
64
+ .col-sm-offset-1.col-sm-10
65
+ .row
66
+ %h2 THE TEAM
67
+ .col-sm-offset-1.col-sm-10
7
68
  .row
8
- .col-md-4.text-center.brand
9
- %h1
10
- %span.glyphicon.glyphicon-cloud
11
- %br
12
- App
13
- .signup.col-md-7.col-md-offset-0.col-lg-7.col-lg-offset-0.col-sm-offset-2.col-sm-8
14
- %p.lead Get ready. We'll make your life easier and more meaningful.
15
- = form_tag splash_signup_path, role: :form, :class=>'form-horizontal', :remote=>true do
16
- .form-group#signup
17
- .col-sm-12
18
- .input-group
19
- = text_field_tag :signup_email, '', :class=>'form-control', :placeholder=>'Enter your email to know when we launch!'
20
- %span.input-group-btn
21
- = submit_tag 'Sign up', :class=>'btn btn-primary'
22
- %small#signup-message
69
+ .col-md-6.text-left.clearfix
70
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/avatar1.png", class: "avatar pull-left"
71
+ %h4 Captain Wiggles
72
+ %p Entrepreneur, self described genius, too many resources not enough ideas.
73
+ .col-md-6.text-left.clearfix
74
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/avatar2.png", class: "avatar pull-left"
75
+ %h4 Panda Eyepatch
76
+ %p Marketing. What’s it gonna take to get you into spork wrangler today? I mean today.
77
+ .col-md-6.text-left.clearfix
78
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/avatar3.png", class: "avatar pull-left"
79
+ %h4 Apple Shirt
80
+ %p Partnerships and product manufacturing. Engineering degree based on forks.
81
+ .col-md-6.text-left
82
+ =image_tag "https://s3.amazonaws.com/assets.happyfuncorp.com/splash-assets/avatar4.png", class: "avatar pull-left"
83
+ %h4 Pixel Face
84
+ %p Developer, shut in, grumpy but lovable. Technical backbone and anime lover.
23
85
 
24
- .container.marketing
25
- .row#what
26
- .col-lg-4
27
- %img.img-circle{:alt => "Generic placeholder image", :src => "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", :style => "width: 140px; height: 140px;"}
28
- %h2 Heading
29
- %p Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.
30
- %p
31
- %a.btn.btn-default{:href => "#", :role => "button"} View details »
32
- .col-lg-4
33
- %img.img-circle{:alt => "Generic placeholder image", :src => "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", :style => "width: 140px; height: 140px;"}
34
- %h2 Heading
35
- %p Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.
36
- %p
37
- %a.btn.btn-default{:href => "#", :role => "button"} View details »
38
- .col-lg-4
39
- %img.img-circle{:alt => "Generic placeholder image", :src => "data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", :style => "width: 140px; height: 140px;"}
40
- %h2 Heading
41
- %p Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
42
- %p
43
- %a.btn.btn-default{:href => "#", :role => "button"} View details »
86
+ %section.divider
87
+ .container
88
+ .row.text-center
89
+ .col-sm-offset-3.col-sm-6
90
+ %hr
44
91
 
45
- / START THE FEATURETTES
46
- %hr.featurette-divider
47
- .row.featurette#feature1
48
- .col-md-7
49
- %h2.featurette-heading
50
- First featurette heading.
51
- %span.text-muted It'll blow your mind.
52
- %p.lead Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
53
- .col-md-5
54
- %img.featurette-image.img-responsive{:alt => "500x500", "data-src" => "holder.js/500x500/auto", :src => "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48cmVjdCB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgZmlsbD0iI2VlZSIvPjx0ZXh0IHRleHQtYW5jaG9yPSJtaWRkbGUiIHg9IjI1MCIgeT0iMjUwIiBzdHlsZT0iZmlsbDojYWFhO2ZvbnQtd2VpZ2h0OmJvbGQ7Zm9udC1zaXplOjMxcHg7Zm9udC1mYW1pbHk6QXJpYWwsSGVsdmV0aWNhLHNhbnMtc2VyaWY7ZG9taW5hbnQtYmFzZWxpbmU6Y2VudHJhbCI+NTAweDUwMDwvdGV4dD48L3N2Zz4="}
55
- %hr.featurette-divider
56
- .row.featurette#feature2
57
- .col-md-5
58
- %img.featurette-image.img-responsive{:alt => "500x500", "data-src" => "holder.js/500x500/auto", :src => "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48cmVjdCB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgZmlsbD0iI2VlZSIvPjx0ZXh0IHRleHQtYW5jaG9yPSJtaWRkbGUiIHg9IjI1MCIgeT0iMjUwIiBzdHlsZT0iZmlsbDojYWFhO2ZvbnQtd2VpZ2h0OmJvbGQ7Zm9udC1zaXplOjMxcHg7Zm9udC1mYW1pbHk6QXJpYWwsSGVsdmV0aWNhLHNhbnMtc2VyaWY7ZG9taW5hbnQtYmFzZWxpbmU6Y2VudHJhbCI+NTAweDUwMDwvdGV4dD48L3N2Zz4="}
59
- .col-md-7
60
- %h2.featurette-heading
61
- Oh yeah, it's that good.
62
- %span.text-muted See for yourself.
63
- %p.lead Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
64
- %hr.featurette-divider
65
- .row.featurette#feature3
66
- .col-md-7
67
- %h2.featurette-heading
68
- And lastly, this one.
69
- %span.text-muted Checkmate.
70
- %p.lead Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
71
- .col-md-5
72
- %img.featurette-image.img-responsive{:alt => "500x500", "data-src" => "holder.js/500x500/auto", :src => "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48cmVjdCB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgZmlsbD0iI2VlZSIvPjx0ZXh0IHRleHQtYW5jaG9yPSJtaWRkbGUiIHg9IjI1MCIgeT0iMjUwIiBzdHlsZT0iZmlsbDojYWFhO2ZvbnQtd2VpZ2h0OmJvbGQ7Zm9udC1zaXplOjMxcHg7Zm9udC1mYW1pbHk6QXJpYWwsSGVsdmV0aWNhLHNhbnMtc2VyaWY7ZG9taW5hbnQtYmFzZWxpbmU6Y2VudHJhbCI+NTAweDUwMDwvdGV4dD48L3N2Zz4="}
73
- %hr.featurette-divider
74
- / /END THE FEATURETTES
75
- / FOOTER
76
- %footer
77
- %p.pull-right
78
- %a{:href => "#"} Back to top
79
- %p
80
- © 2014 Company, Inc. ·
81
- %a{:href => "#"} Privacy
82
- ·
83
- %a{:href => "#"} Terms
92
+
93
+ %section#contact
94
+ .container
95
+ .row
96
+ .col-sm-8.col-sm-offset-2
97
+ .row.text-center
98
+ .col-sm-10.col-sm-offset-1
99
+ %h1 Stay connected for announcements and releases.
100
+ = form_tag splash_signup_path, role: :form, :class=>'form-inline', :remote=>true do
101
+ .form-group#signup
102
+ = text_field_tag :signup_email, '', :class=>'form-control', :placeholder=>'E-mail'
103
+ %span.btn
104
+ = submit_tag 'Sign up', :class=>'btn btn-primary'
105
+ %small#signup-message
@@ -0,0 +1,158 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ actionpack (1.4.0)
5
+ activesupport (4.1.10)
6
+ i18n (~> 0.6, >= 0.6.9)
7
+ json (~> 1.7, >= 1.7.7)
8
+ minitest (~> 5.1)
9
+ thread_safe (~> 0.1)
10
+ tzinfo (~> 1.1)
11
+ autoprefixer-rails (5.2.0)
12
+ execjs
13
+ json
14
+ bh (1.3.3)
15
+ actionpack
16
+ activesupport
17
+ bootstrap-sass (3.3.4.1)
18
+ autoprefixer-rails (>= 5.0.0.1)
19
+ sass (>= 3.2.19)
20
+ builder (3.2.2)
21
+ celluloid (0.16.0)
22
+ timers (~> 4.0.0)
23
+ chunky_png (1.3.4)
24
+ coffee-script (2.4.1)
25
+ coffee-script-source
26
+ execjs
27
+ coffee-script-source (1.9.1.1)
28
+ compass (1.0.3)
29
+ chunky_png (~> 1.2)
30
+ compass-core (~> 1.0.2)
31
+ compass-import-once (~> 1.0.5)
32
+ rb-fsevent (>= 0.9.3)
33
+ rb-inotify (>= 0.9)
34
+ sass (>= 3.3.13, < 3.5)
35
+ compass-core (1.0.3)
36
+ multi_json (~> 1.0)
37
+ sass (>= 3.3.0, < 3.5)
38
+ compass-import-once (1.0.5)
39
+ sass (>= 3.2, < 3.5)
40
+ em-websocket (0.5.1)
41
+ eventmachine (>= 0.12.9)
42
+ http_parser.rb (~> 0.6.0)
43
+ erubis (2.7.0)
44
+ eventmachine (1.0.7)
45
+ execjs (2.5.2)
46
+ ffi (1.9.8)
47
+ haml (4.0.6)
48
+ tilt
49
+ hike (1.2.3)
50
+ hitimes (1.2.2)
51
+ hooks (0.4.0)
52
+ uber (~> 0.0.4)
53
+ http_parser.rb (0.6.0)
54
+ i18n (0.7.0)
55
+ jquery-middleman (3.0.4)
56
+ thor (>= 0.14, < 2.0)
57
+ json (1.8.2)
58
+ kramdown (1.7.0)
59
+ listen (2.10.0)
60
+ celluloid (~> 0.16.0)
61
+ rb-fsevent (>= 0.9.3)
62
+ rb-inotify (>= 0.9)
63
+ middleman (3.3.12)
64
+ coffee-script (~> 2.2)
65
+ compass (>= 1.0.0, < 2.0.0)
66
+ compass-import-once (= 1.0.5)
67
+ execjs (~> 2.0)
68
+ haml (>= 4.0.5)
69
+ kramdown (~> 1.2)
70
+ middleman-core (= 3.3.12)
71
+ middleman-sprockets (>= 3.1.2)
72
+ sass (>= 3.4.0, < 4.0)
73
+ uglifier (~> 2.5)
74
+ middleman-autometatags (0.0.2)
75
+ middleman-core (>= 3.0.0)
76
+ middleman-core (3.3.12)
77
+ activesupport (~> 4.1.0)
78
+ bundler (~> 1.1)
79
+ erubis
80
+ hooks (~> 0.3)
81
+ i18n (~> 0.7.0)
82
+ listen (>= 2.7.9, < 3.0)
83
+ padrino-helpers (~> 0.12.3)
84
+ rack (>= 1.4.5, < 2.0)
85
+ rack-test (~> 0.6.2)
86
+ thor (>= 0.15.2, < 2.0)
87
+ tilt (~> 1.4.1, < 2.0)
88
+ middleman-deploy (1.0.0)
89
+ middleman-core (>= 3.2)
90
+ net-sftp
91
+ ptools
92
+ middleman-livereload (3.1.1)
93
+ em-websocket (>= 0.2.0)
94
+ middleman-core (>= 3.0.2)
95
+ multi_json (~> 1.0)
96
+ rack-livereload
97
+ middleman-sprockets (3.4.2)
98
+ middleman-core (>= 3.3)
99
+ sprockets (~> 2.12.1)
100
+ sprockets-helpers (~> 1.1.0)
101
+ sprockets-sass (~> 1.3.0)
102
+ minitest (5.6.1)
103
+ multi_json (1.11.0)
104
+ net-sftp (2.1.2)
105
+ net-ssh (>= 2.6.5)
106
+ net-ssh (2.9.2)
107
+ padrino-helpers (0.12.5)
108
+ i18n (~> 0.6, >= 0.6.7)
109
+ padrino-support (= 0.12.5)
110
+ tilt (~> 1.4.1)
111
+ padrino-support (0.12.5)
112
+ activesupport (>= 3.1)
113
+ ptools (1.3.2)
114
+ rack (1.6.1)
115
+ rack-livereload (0.3.15)
116
+ rack
117
+ rack-test (0.6.3)
118
+ rack (>= 1.0)
119
+ rb-fsevent (0.9.5)
120
+ rb-inotify (0.9.5)
121
+ ffi (>= 0.5.0)
122
+ sass (3.4.14)
123
+ sprockets (2.12.3)
124
+ hike (~> 1.2)
125
+ multi_json (~> 1.0)
126
+ rack (~> 1.0)
127
+ tilt (~> 1.1, != 1.3.0)
128
+ sprockets-helpers (1.1.0)
129
+ sprockets (~> 2.0)
130
+ sprockets-sass (1.3.1)
131
+ sprockets (~> 2.0)
132
+ tilt (~> 1.1)
133
+ thor (0.19.1)
134
+ thread_safe (0.3.5)
135
+ tilt (1.4.1)
136
+ timers (4.0.1)
137
+ hitimes
138
+ tzinfo (1.2.2)
139
+ thread_safe (~> 0.1)
140
+ uber (0.0.13)
141
+ uglifier (2.7.1)
142
+ execjs (>= 0.3.0)
143
+ json (>= 1.8.0)
144
+
145
+ PLATFORMS
146
+ ruby
147
+
148
+ DEPENDENCIES
149
+ bh
150
+ bootstrap-sass
151
+ builder (~> 3.0)
152
+ jquery-middleman
153
+ middleman (~> 3.3)
154
+ middleman-autometatags
155
+ middleman-deploy
156
+ middleman-livereload (~> 3.1.0)
157
+ tzinfo-data
158
+ wdm (~> 0.1.0)
@@ -1,33 +1,37 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (4.1.8)
4
+ activesupport (4.1.10)
5
5
  i18n (~> 0.6, >= 0.6.9)
6
6
  json (~> 1.7, >= 1.7.7)
7
7
  minitest (~> 5.1)
8
8
  thread_safe (~> 0.1)
9
9
  tzinfo (~> 1.1)
10
- addressable (2.3.6)
11
- bootstrap-navbar (2.2.2)
10
+ addressable (2.3.8)
11
+ autoprefixer-rails (5.2.0)
12
+ execjs
13
+ json
14
+ bootstrap-navbar (2.2.4)
12
15
  gem_config (~> 0.3)
13
- bootstrap-sass (3.3.1.0)
14
- sass (~> 3.2)
16
+ bootstrap-sass (3.3.4.1)
17
+ autoprefixer-rails (>= 5.0.0.1)
18
+ sass (>= 3.2.19)
15
19
  builder (3.2.2)
16
20
  celluloid (0.16.0)
17
21
  timers (~> 4.0.0)
18
- chunky_png (1.3.3)
19
- coffee-script (2.3.0)
22
+ chunky_png (1.3.4)
23
+ coffee-script (2.4.1)
20
24
  coffee-script-source
21
25
  execjs
22
- coffee-script-source (1.8.0)
23
- compass (1.0.1)
26
+ coffee-script-source (1.9.1.1)
27
+ compass (1.0.3)
24
28
  chunky_png (~> 1.2)
25
- compass-core (~> 1.0.1)
29
+ compass-core (~> 1.0.2)
26
30
  compass-import-once (~> 1.0.5)
27
31
  rb-fsevent (>= 0.9.3)
28
32
  rb-inotify (>= 0.9)
29
33
  sass (>= 3.3.13, < 3.5)
30
- compass-core (1.0.1)
34
+ compass-core (1.0.3)
31
35
  multi_json (~> 1.0)
32
36
  sass (>= 3.3.0, < 3.5)
33
37
  compass-import-once (1.0.5)
@@ -36,38 +40,38 @@ GEM
36
40
  eventmachine (>= 0.12.9)
37
41
  http_parser.rb (~> 0.6.0)
38
42
  erubis (2.7.0)
39
- eventmachine (1.0.3)
40
- execjs (2.2.2)
41
- ffi (1.9.6)
43
+ eventmachine (1.0.7)
44
+ execjs (2.5.2)
45
+ ffi (1.9.8)
42
46
  gem_config (0.3.1)
43
- haml (4.0.5)
47
+ haml (4.0.6)
44
48
  tilt
45
49
  hike (1.2.3)
46
50
  hitimes (1.2.2)
47
51
  hooks (0.4.0)
48
52
  uber (~> 0.0.4)
49
53
  http_parser.rb (0.6.0)
50
- i18n (0.6.11)
54
+ i18n (0.7.0)
51
55
  jquery-middleman (3.0.4)
52
56
  thor (>= 0.14, < 2.0)
53
- json (1.8.1)
54
- kramdown (1.5.0)
55
- listen (2.8.2)
56
- celluloid (>= 0.15.2)
57
+ json (1.8.2)
58
+ kramdown (1.7.0)
59
+ listen (2.10.0)
60
+ celluloid (~> 0.16.0)
57
61
  rb-fsevent (>= 0.9.3)
58
62
  rb-inotify (>= 0.9)
59
- middleman (3.3.7)
63
+ middleman (3.3.12)
60
64
  coffee-script (~> 2.2)
61
65
  compass (>= 1.0.0, < 2.0.0)
62
66
  compass-import-once (= 1.0.5)
63
67
  execjs (~> 2.0)
64
68
  haml (>= 4.0.5)
65
69
  kramdown (~> 1.2)
66
- middleman-core (= 3.3.7)
70
+ middleman-core (= 3.3.12)
67
71
  middleman-sprockets (>= 3.1.2)
68
72
  sass (>= 3.4.0, < 4.0)
69
73
  uglifier (~> 2.5)
70
- middleman-autometatags (0.0.1)
74
+ middleman-autometatags (0.0.2)
71
75
  middleman-core (>= 3.0.0)
72
76
  middleman-blog (3.5.3)
73
77
  addressable (~> 2.3.5)
@@ -79,12 +83,12 @@ GEM
79
83
  middleman-bootstrap-navbar (2.0.0)
80
84
  bootstrap-navbar (~> 2.0)
81
85
  middleman-core (>= 3.0)
82
- middleman-core (3.3.7)
86
+ middleman-core (3.3.12)
83
87
  activesupport (~> 4.1.0)
84
88
  bundler (~> 1.1)
85
89
  erubis
86
90
  hooks (~> 0.3)
87
- i18n (~> 0.6.9)
91
+ i18n (~> 0.7.0)
88
92
  listen (>= 2.7.9, < 3.0)
89
93
  padrino-helpers (~> 0.12.3)
90
94
  rack (>= 1.4.5, < 2.0)
@@ -100,32 +104,32 @@ GEM
100
104
  middleman-core (>= 3.0.2)
101
105
  multi_json (~> 1.0)
102
106
  rack-livereload
103
- middleman-sprockets (3.3.10)
104
- middleman-core (~> 3.3)
107
+ middleman-sprockets (3.4.2)
108
+ middleman-core (>= 3.3)
105
109
  sprockets (~> 2.12.1)
106
110
  sprockets-helpers (~> 1.1.0)
107
- sprockets-sass (~> 1.2.0)
108
- minitest (5.4.3)
109
- multi_json (1.10.1)
111
+ sprockets-sass (~> 1.3.0)
112
+ minitest (5.7.0)
113
+ multi_json (1.11.0)
110
114
  net-sftp (2.1.2)
111
115
  net-ssh (>= 2.6.5)
112
- net-ssh (2.9.1)
113
- padrino-helpers (0.12.4)
116
+ net-ssh (2.9.2)
117
+ padrino-helpers (0.12.5)
114
118
  i18n (~> 0.6, >= 0.6.7)
115
- padrino-support (= 0.12.4)
119
+ padrino-support (= 0.12.5)
116
120
  tilt (~> 1.4.1)
117
- padrino-support (0.12.4)
121
+ padrino-support (0.12.5)
118
122
  activesupport (>= 3.1)
119
- ptools (1.2.6)
120
- rack (1.5.2)
123
+ ptools (1.3.2)
124
+ rack (1.6.1)
121
125
  rack-livereload (0.3.15)
122
126
  rack
123
- rack-test (0.6.2)
127
+ rack-test (0.6.3)
124
128
  rack (>= 1.0)
125
- rb-fsevent (0.9.4)
129
+ rb-fsevent (0.9.5)
126
130
  rb-inotify (0.9.5)
127
131
  ffi (>= 0.5.0)
128
- sass (3.4.9)
132
+ sass (3.4.14)
129
133
  sprockets (2.12.3)
130
134
  hike (~> 1.2)
131
135
  multi_json (~> 1.0)
@@ -133,18 +137,18 @@ GEM
133
137
  tilt (~> 1.1, != 1.3.0)
134
138
  sprockets-helpers (1.1.0)
135
139
  sprockets (~> 2.0)
136
- sprockets-sass (1.2.0)
140
+ sprockets-sass (1.3.1)
137
141
  sprockets (~> 2.0)
138
142
  tilt (~> 1.1)
139
143
  thor (0.19.1)
140
- thread_safe (0.3.4)
144
+ thread_safe (0.3.5)
141
145
  tilt (1.4.1)
142
146
  timers (4.0.1)
143
147
  hitimes
144
148
  tzinfo (1.2.2)
145
149
  thread_safe (~> 0.1)
146
- uber (0.0.11)
147
- uglifier (2.5.3)
150
+ uber (0.0.13)
151
+ uglifier (2.7.1)
148
152
  execjs (>= 0.3.0)
149
153
  json (>= 1.8.0)
150
154
 
@@ -155,9 +159,9 @@ DEPENDENCIES
155
159
  bootstrap-sass
156
160
  builder (~> 3.0)
157
161
  jquery-middleman
158
- middleman (~> 3.3.7)
162
+ middleman (~> 3.3)
159
163
  middleman-autometatags
160
- middleman-blog (~> 3.5.3)
164
+ middleman-blog (~> 3.5)
161
165
  middleman-blog-drafts
162
166
  middleman-bootstrap-navbar
163
167
  middleman-deploy
@@ -1,3 +1,3 @@
1
1
  module HappySeed
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happy_seed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Schenk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-24 00:00:00.000000000 Z
12
+ date: 2015-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -200,6 +200,7 @@ files:
200
200
  - lib/generators/happy_seed/static/static_generator.rb
201
201
  - lib/generators/happy_seed/static/templates/.gitignore
202
202
  - lib/generators/happy_seed/static/templates/Gemfile
203
+ - lib/generators/happy_seed/static/templates/Gemfile.lock
203
204
  - lib/generators/happy_seed/static/templates/config.rb
204
205
  - lib/generators/happy_seed/static/templates/data/site.yml
205
206
  - lib/generators/happy_seed/static/templates/source/images/.gitkeep
@@ -282,8 +283,6 @@ files:
282
283
  - test/dummy/config/locales/en.yml
283
284
  - test/dummy/config/routes.rb
284
285
  - test/dummy/config/secrets.yml
285
- - test/dummy/db/test.sqlite3
286
- - test/dummy/log/test.log
287
286
  - test/dummy/public/404.html
288
287
  - test/dummy/public/422.html
289
288
  - test/dummy/public/500.html
@@ -310,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
310
309
  version: '0'
311
310
  requirements: []
312
311
  rubyforge_project:
313
- rubygems_version: 2.4.8
312
+ rubygems_version: 2.4.6
314
313
  signing_key:
315
314
  specification_version: 4
316
315
  summary: HappySeed is a project that will build up a rails apps using some common
@@ -344,8 +343,6 @@ test_files:
344
343
  - test/dummy/config/routes.rb
345
344
  - test/dummy/config/secrets.yml
346
345
  - test/dummy/config.ru
347
- - test/dummy/db/test.sqlite3
348
- - test/dummy/log/test.log
349
346
  - test/dummy/public/404.html
350
347
  - test/dummy/public/422.html
351
348
  - test/dummy/public/500.html
File without changes
@@ -1,15 +0,0 @@
1
-  (0.1ms) begin transaction
2
- -------------------------
3
- HappySeedTest: test_truth
4
- -------------------------
5
-  (0.0ms) rollback transaction
6
-  (0.1ms) begin transaction
7
- -------------------------
8
- HappySeedTest: test_truth
9
- -------------------------
10
-  (0.0ms) rollback transaction
11
-  (0.1ms) begin transaction
12
- -------------------------
13
- HappySeedTest: test_truth
14
- -------------------------
15
-  (0.0ms) rollback transaction