Skip to content

Commit

Permalink
Merge branch 'release/0.40.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Haeffner committed Dec 24, 2014
2 parents 20a82f0 + 68efb2b commit 13a24b2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'travis'
gem 'sinatra'
gem 'sinatra-flash'
gem 'sinatra-contrib'
gem 'shotgun', '~> 0.9'
gem 'shotgun'
gem 'zurb-foundation'
gem 'compass'
gem 'rake'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ DEPENDENCIES
newrelic_rpm
pony
rake
shotgun (~> 0.9)
shotgun
sinatra
sinatra-contrib
sinatra-flash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Internet 0.40.1 (12-13-2014)
# The Internet 0.40.2 (12-24-2014)
=======

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
Expand Down
2 changes: 1 addition & 1 deletion README.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Internet 0.40.1 (12-13-2014)
# The Internet 0.40.2 (12-24-2014)
=======

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.1
0.40.2
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#0.40.2
+ Added some semantic markup on the /dynamic_content page to make it easier for targeting individual rows in automated tests.

#0.40.1
+ Fixed a bug in the /shifting_content random example and down-sized it all down to one route that handles all use cases (e.g., normal, random, and specified pixel count). Also added helper text with links to the view

Expand Down
2 changes: 1 addition & 1 deletion views/dynamic_content.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</br>

<div class='row'>
<div class='large-10 columns large-centered'>
<div id='content' class='large-10 columns large-centered'>
<% @copy.each do |copy| %>
<div class='row'>
<div class='large-2 columns'>
Expand Down

0 comments on commit 13a24b2

Please sign in to comment.