bunto-last-modified-at 1.0.0 → 2.0.0

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: 2659ffaedcf6acb38a3c45f8e48a17804c5a0235
4
- data.tar.gz: 72921b6a191de8df986e3bab0e9a45e0c88f1fe7
3
+ metadata.gz: 7d52c0d7303622998413f7f2d2f27ca050738e27
4
+ data.tar.gz: 750fab265064d7354d7c80f75bb6d634c56e5b68
5
5
  SHA512:
6
- metadata.gz: 61a0978617f0619f9964ac392fbc41f22eff411b159403050636cc1fafe25c85dcc3659433838b1b37d5b5486bf4bbd8e239bb76b930fbacb2cc7f1139fae5b1
7
- data.tar.gz: a5d97ed1d854d83667c814afd5c9c6d8847e6fa203609a379a97d9d934b651ff19afd42a826d4dbb8724332b1b9f35613fe66c79b482760f14c7b7e0b4adadc8
6
+ metadata.gz: c30e238678a6df7e51e5ee3a2a9eaa3bb13b486043f31f5855663d572fa0cca929befae8653501242b95d0cffe528e25815d6556440b1699368fc77ef9b314de
7
+ data.tar.gz: 7a0b63e00fec8de2f8b92485b2adbf02469896488f46af8240a7acb8a49167ff6c8d5975e61e2e84e5c56dd681e498e6eceb3d9347576787c5f2b280400fa0d8
@@ -1,5 +1,5 @@
1
1
  module Bunto
2
2
  module LastModifiedAt
3
- VERSION = "1.0.0"
3
+ VERSION = "2.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunto-last-modified-at
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-26 00:00:00.000000000 Z
12
+ date: 2016-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bunto
@@ -93,7 +93,7 @@ files:
93
93
  - lib/bunto-last-modified-at/generator.rb
94
94
  - lib/bunto-last-modified-at/tag.rb
95
95
  - lib/bunto-last-modified-at/version.rb
96
- homepage: https://github.com/gjtorikian/bunto-last-modified-at
96
+ homepage: https://github.com/bunto/bunto-last-modified-at
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.2.2
116
+ rubygems_version: 2.6.6
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: A liquid tag for Bunto to indicate the last time a file was modified.