go_duration 0.1.0 → 0.1.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: a9a3aad48456c17c83fbe7180b66fb218c632106
4
- data.tar.gz: a2b0cd5b6e1fea3ccd2aa42f95f06a65d13aa138
3
+ metadata.gz: 27e2daba8710ecc43ef95e492de506a0a4f9f049
4
+ data.tar.gz: b03d55fdade8f86beac4da086d431db9a3e53b59
5
5
  SHA512:
6
- metadata.gz: eb2244362e60766cda6e6d0077013018213845ec7aa11d2728dc7936078e9b8b235153c8ea4adbfded20e11d1709f2073a6150abc666ebd8266be98c2aa3372c
7
- data.tar.gz: af6a6a5588eb1c751c430bb96166ebab27e62bb121390cba362b12cfb4d9c3c8a93881422fdfe417a71031456e6262d597be80e9c001b20dd4fa646f7e98e010
6
+ metadata.gz: f6a659f60b7b21f226a9845d4d77bfc4612f6e4856373da8023df60afd0fd086f4c0974d29cf72a1592da2a1596d862eb760241e5e84664665850d59c2fbc853
7
+ data.tar.gz: 6888c76a84b5d81501919461a11ad3411447b185d5e92e7a1595829b98286a739d956529bfdda1507de40b1ecce9c881bca7bef20c2e01a962eea97bfff7841a
data/CHANGELOG.md CHANGED
@@ -1 +1,5 @@
1
- # 0.1.0 (Initial release)
1
+ ## 0.1.1 (Initial release)
2
+
3
+ * Require 'go_duration' when requiring `go_duration/core_ext`
4
+
5
+ ## 0.1.0 (Initial release)
@@ -1,3 +1,5 @@
1
+ require 'go_duration'
2
+
1
3
  module GoDuration
2
4
  module CoreExt
3
5
  module Numeric
@@ -1,3 +1,3 @@
1
1
  module GoDuration
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_duration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Campbell