cal 0.4.0 → 0.4.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.
Files changed (3) hide show
  1. data/cal.gemspec +1 -1
  2. data/lib/cal/version.rb +1 -1
  3. metadata +2 -2
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["austinthecoder@gmail.com"]
7
7
  gem.description = "A low level calendar engine."
8
8
  gem.summary = "A low level calendar engine."
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/austinthecoder/cal"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Cal
2
2
 
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,7 +68,7 @@ files:
68
68
  - spec/cal/monthly_calendar_spec.rb
69
69
  - spec/cal/year_spec.rb
70
70
  - spec/spec_helper.rb
71
- homepage: ''
71
+ homepage: https://github.com/austinthecoder/cal
72
72
  licenses: []
73
73
  post_install_message:
74
74
  rdoc_options: []