readem 0.1.3 → 0.1.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.
Files changed (3) hide show
  1. data/lib/readem/version.rb +1 -1
  2. data/views/layout.erb +1 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module Readem
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/views/layout.erb CHANGED
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
5
- <title>Zomg</title>
5
+ <title>Readem (and weep)</title>
6
6
  </head>
7
7
  <body>
8
8
  <div class="container">
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: readem
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marius Mathiesen