time_splitter 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4eeb1fc33ae43313893a99901f350a44039fe55
4
- data.tar.gz: a98415d7d9391d9aa87e0639dc48bd45401d1967
3
+ metadata.gz: b0e7a2efa2624f9e9b93089303e8c975201499d0
4
+ data.tar.gz: 48bb238c11c35ac0aa3fdefdd9c2d37eec96d976
5
5
  SHA512:
6
- metadata.gz: b4b2c3e0372b6398df5f03a39ddc8457795fa07a903a72d6a1f163c568563f6a1b692ce37267a3b4f4fcaf32a67736514fc7fe43aaac46816309c4f55851b221
7
- data.tar.gz: d4decaa99d60ea5f34013c98f065854f32f29fc7b168775168c12165b816fb40ae9a16852758ba4203a45d8d329f4f912f96a72cc4ef54c124d4c580ffa4ab97
6
+ metadata.gz: 8a29b021ceedb61e9fb73db2e1e7263b94fe71873301a038ac7fe92b44232ef7176b224cede11ed0ddc3d18ce2762c217b59af072a5454b590db077126156366
7
+ data.tar.gz: a146932e7285df2d5cfe939c12f06a671a18aa5b09b1d01ecccceb62a722021ef6453716ccd633ba3bcf83b0b5b895410ab09708b5cbec4a4c058eeb9fc94e60
@@ -1,3 +1,3 @@
1
1
  module TimeSplitter
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Michi Huber", "Joshua Kovach"]
9
9
  s.email = ["michi.huber@gmail.com", "kovach.jc@gmail.com"]
10
- s.homepage = "http://github.com/shekibbo/time_splitter"
10
+ s.homepage = "https://github.com/shekibobo/time_splitter"
11
11
  s.description = %q{Add split accessors for Date/Time/DateTime objects to easily set the date, time, hour, or minute.}
12
12
  s.summary = %q{Use `datetime_accessor :starts_at` to provide `starts_at_date`, `starts_at_time`, `starts_at_hour`, `starts_at_minute` accessors on the model.}
13
13
  s.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_splitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michi Huber
@@ -59,7 +59,7 @@ files:
59
59
  - lib/time_splitter/version.rb
60
60
  - spec/time_splitter/accessors_spec.rb
61
61
  - time_splitter.gemspec
62
- homepage: http://github.com/shekibbo/time_splitter
62
+ homepage: https://github.com/shekibobo/time_splitter
63
63
  licenses:
64
64
  - MIT
65
65
  metadata: {}