asanghi-fiscali 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/fiscali.gemspec +2 -2
  4. data/lib/fiscali.rb +3 -0
  5. metadata +2 -2
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Fiscal Year Date Functions}
9
9
  gem.email = "aditya.sanghi@risingsunbilling.com"
10
10
  gem.homepage = "http://github.com/asanghi/fiscali"
11
- gem.authors = ["asanghi"]
11
+ gem.authors = ["Aditya Sanghi"]
12
12
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
13
13
  end
14
14
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
data/fiscali.gemspec CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fiscali}
5
- s.version = "1.1.0"
5
+ s.version = "1.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["asanghi"]
8
+ s.authors = ["Aditya Sanghi"]
9
9
  s.date = %q{2009-07-24}
10
10
  s.email = %q{aditya.sanghi@risingsunbilling.com}
11
11
  s.extra_rdoc_files = [
data/lib/fiscali.rb CHANGED
@@ -0,0 +1,3 @@
1
+ require 'rising_sun/fiscali'
2
+ Date.send(:include, RisingSun::Fiscali)
3
+ Time.send(:include, RisingSun::Fiscali)
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asanghi-fiscali
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - asanghi
7
+ - Aditya Sanghi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []