rails_apps_pages 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b60cdc4f5f8c63d90826c85f8e89adee8210864b
|
4
|
+
data.tar.gz: 17f34c6354c052e091cb0e8d32105474395a5cca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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'
|
@@ -1,3 +1,7 @@
|
|
1
1
|
<% content_for :title do %>About<% end %>
|
2
2
|
<h3>About the Website</h3>
|
3
|
-
<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>
|
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.
|
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-
|
11
|
+
date: 2014-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|