tophat 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/tophat/reset.rb +1 -1
- data/lib/tophat/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d150ffe0e4fd6bc3beee24a61fd1db6e2edb3fe
|
4
|
+
data.tar.gz: 1993c6d965b5a795965471d01a4b33cee573d40c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3161c7e9bb5531b40a3be17550179c9d7b47b577e1de2881c3cd2d3a46aea88809b533d9ef5698cb334727daff62c32c20960b2a7b043e453f74bdd11f476c89
|
7
|
+
data.tar.gz: f2f620e3ef08c8c106ba926e0bf6c23f0b4246709842f1549a2a26f108483f738832d4887f591cb5e6e911f01d52b4c07e4a33be707468d0a45ae7bd0e0ec0e9
|
data/CHANGELOG.md
CHANGED
data/lib/tophat/reset.rb
CHANGED
data/lib/tophat/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tophat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Agalloco
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project:
|
83
|
-
rubygems_version: 2.
|
83
|
+
rubygems_version: 2.5.1
|
84
84
|
signing_key:
|
85
85
|
specification_version: 4
|
86
86
|
summary: Simple view helpers for your layouts
|
@@ -94,4 +94,3 @@ test_files:
|
|
94
94
|
- spec/tophat/title_helper_spec.rb
|
95
95
|
- spec/tophat/twitter_card_helper_spec.rb
|
96
96
|
- spec/tophat_spec.rb
|
97
|
-
has_rdoc:
|