seamusabshere-has_timestamps 1.5.5 → 1.5.6

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 5
3
- :patch: 5
3
+ :patch: 6
4
4
  :major: 1
File without changes
@@ -1,7 +1,3 @@
1
- $:.unshift(File.dirname(__FILE__))
2
- require 'timestamp'
3
- require 'has_timestamps'
4
-
5
1
  module HasTimestamps
6
2
  def self.included(base) #:nodoc:
7
3
  base.extend(ClassMethods)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seamusabshere-has_timestamps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seamus Abshere
@@ -23,8 +23,8 @@ extra_rdoc_files:
23
23
  - README
24
24
  files:
25
25
  - VERSION.yml
26
+ - examples/timestamp.rb
26
27
  - lib/has_timestamps.rb
27
- - lib/timestamp.rb
28
28
  - test/has_timestamps_test.rb
29
29
  - test/test_helper.rb
30
30
  - README