fat_core 0.1.5 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d22516b0bf188041482f977b10cdb47002481d2f
4
- data.tar.gz: 3c509e5d76c26c2f448a926ab2e96dd845fbb0fd
3
+ metadata.gz: 9df552972fb787c56d1bed50fbd222e20ed45084
4
+ data.tar.gz: edab1d797faac896aa9cae8e0ecf2c1e88864bb3
5
5
  SHA512:
6
- metadata.gz: 30675764560f16415003789d5b00feabaa4f6e6ca94f32f53dc757795460b8c3d9756c2d88ed28073f49eb349fb765d443773118a90aada1b02fa94a2cb22c89
7
- data.tar.gz: 2e1c3bda9a0d99f0750037508b0ceee1fe4a40ed5433fc57005f058b2d4b062dd5aa09757e25577ca5dafa4f66afe8cc3a7b42d23a937d7a50b55af80a6308b8
6
+ metadata.gz: 3760669f724f353cc84d2c14f86f77307f1138e05a0e7845e0823396f0ea7366a8ac089eef41d870f1a1dd902e9372264c653f020fba5adb17a1674ad319e01a
7
+ data.tar.gz: f53bdbca279c884f8bcefbe367e80c88701f98c8f6b0871f830bf9aa525a8a891be8d608962e168e6e403f3fa0d29321a0a26b9494eb6c46cef85226666284c8
@@ -109,8 +109,8 @@ class Period
109
109
  # melded_periods
110
110
  # end
111
111
 
112
- # TO_DATE = Period.new(Date::BOT, Date.current)
113
- # FOREVER = Period.new(Date::BOT, Date::EOT)
112
+ TO_DATE = Period.new(Date::BOT, Date.current)
113
+ FOREVER = Period.new(Date::BOT, Date::EOT)
114
114
 
115
115
  def self.chunk_syms
116
116
  [:day, :week, :biweek, :semimonth, :month, :bimonth,
@@ -1,7 +1,7 @@
1
1
  module FatCore
2
2
  MAJOR = 0
3
3
  MINOR = 1
4
- PATCH = 5
4
+ PATCH = 6
5
5
 
6
6
  VERSION = [MAJOR, MINOR, PATCH].compact.join('.')
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fat_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel E. Doherty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-14 00:00:00.000000000 Z
11
+ date: 2014-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -177,3 +177,4 @@ test_files:
177
177
  - spec/lib/range_spec.rb
178
178
  - spec/lib/string_spec.rb
179
179
  - spec/spec_helper.rb
180
+ has_rdoc: