continuance 0.0.1 → 0.0.2

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: 1ecc48f905df3cf9c02090295747570b3bf66e71
4
- data.tar.gz: 1f21afe9f4c2d9772bc075e8a6bfe37569aee0f9
3
+ metadata.gz: 9b2ff83fc36a7f79a356a419b11a1cdfb3fdeb62
4
+ data.tar.gz: 851972478e16c62e9a33e41cdb11c4750394df50
5
5
  SHA512:
6
- metadata.gz: c0436131cd8662586b5fd6c320edd0618d032b6759946cce8a2439048c86509269461bd52666b805cc80feb7cb20cbbca8c717b7bb73615ea150618ef0433702
7
- data.tar.gz: 244d4ab1500e50b139c0b55c50565f759c64b8c8807efdf4755a0b6c93c0bfa973846182f5aa04a9fef6e1f630740a6f3975916160a09f4ef2e10799d9a1320d
6
+ metadata.gz: 9ed917c455c20968392edc32465c8a53403cb513c43f38476c2095467d701381d670ca71a0ced2b2277251b4b86602b3ce6b74deb13ac5cfae2993eb89551f8c
7
+ data.tar.gz: 041c3ce7a2242e60e226ee3362526a353e494c71c20c5754b40549d483a42b35df5110a61b2f80675118a09d12e5b8ffeb22b815e90dff14a0eec81f575b1968
@@ -1,3 +1,7 @@
1
1
  # Module Continuance
2
2
  module Continuance
3
3
  end
4
+
5
+ # Load entry point types so rails simply autoloads corresponding types
6
+ require 'continuance/duration'
7
+ require 'continuance/durations'
@@ -1,4 +1,4 @@
1
1
  # Major.Minor.Patch version numbering
2
2
  module Continuance
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: continuance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shirren Premaratne