rails_apps_pages 0.5.3 → 0.5.4

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: 355c6e54cc24fa1ca3ac67d8418b3159be8c9ecf
4
- data.tar.gz: d126b7a537e04043f267f0844cab6f4a6143f194
3
+ metadata.gz: b60cdc4f5f8c63d90826c85f8e89adee8210864b
4
+ data.tar.gz: 17f34c6354c052e091cb0e8d32105474395a5cca
5
5
  SHA512:
6
- metadata.gz: af1865e41d201f1e12f931bd16be87dcbd085339c02530ce6e8052b6aba9a8a4e990f74e1bc8468eb7b79ed142860993e4f1a5327c81c5585c59afda2d2b7094
7
- data.tar.gz: 2b816bf99d2c4612675ee57975403beb431b2247a5eb6321e3df7d0d88be5d0e055c27427b244ef0dd294d532b0116986cc91a0a58f235a82e3fb886f4752d52
6
+ metadata.gz: c0afd686f2a6c0370d175f6ae7fe7279e84d5b0842eb7a0bbe9c0f7a4a55ceec7c82cc14df62664f4af1721f72827479f823030b219d69efe3bd50d8ef3fc99e
7
+ data.tar.gz: 08209fef1155b404c06667fa6939d986f89f7a87549c8c6c9ced0d209ac325369c5e77e460f2daf03a198889c154cfad8e63ace922a9e1fb39d87948649f45e3
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,10 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 0.5.4 June 19, 2014
4
+
5
+ * generate a home page to accompany the 'about' page
6
+ * replace 'lorem ipsum' with an informative description
7
+
3
8
  h3. 0.5.3 June 17, 2014
4
9
 
5
10
  * Devise permitted parameters moved to 'config/initializers/devise_permitted_parameters.rb'
@@ -8,6 +8,7 @@ module Pages
8
8
  desc "Create an about page (requires the high_voltage gem)"
9
9
 
10
10
  def create_page
11
+ generate 'pages:home -f'
11
12
  copy_file 'about.html.erb', 'app/views/pages/about.html.erb'
12
13
  end
13
14
 
@@ -1,3 +1,7 @@
1
1
  <% content_for :title do %>About<% end %>
2
2
  <h3>About the Website</h3>
3
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
3
+ <p>
4
+ This web application was created with
5
+ <%= link_to('Rails Composer', 'http://railsapps.github.io/rails-composer/') %>
6
+ from the <%= link_to('RailsApps project', 'http://railsapps.github.io/') %>.
7
+ </p>
@@ -1,3 +1,3 @@
1
1
  module RailsAppsPages
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_apps_pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-17 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler