timechunker 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.
@@ -1,3 +1,3 @@
1
1
  module Timechunker
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.1.1".freeze
3
3
  end
data/timechunker.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.summary = "Simple class to chunk a time range into ranges of a defined size."
9
9
  s.author = "Manuel Kiessling"
10
10
  s.email = "manuel@kiessling.net"
11
- s.homepage = "https://github.com/ManuelKiessling/rbTimeChunker"
11
+ s.homepage = "https://github.com/ManuelKiessling/Timechunker"
12
12
 
13
13
  s.rubyforge_project = "timechunker"
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timechunker
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Manuel Kiessling
@@ -38,7 +38,7 @@ files:
38
38
  - test/unit/timechunker/chunker_test.rb
39
39
  - timechunker.gemspec
40
40
  has_rdoc: true
41
- homepage: https://github.com/ManuelKiessling/rbTimeChunker
41
+ homepage: https://github.com/ManuelKiessling/Timechunker
42
42
  licenses: []
43
43
 
44
44
  post_install_message: