asanghi-fiscali 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.markdown +2 -2
  2. data/VERSION +1 -1
  3. data/fiscali.gemspec +2 -2
  4. metadata +4 -3
data/README.markdown CHANGED
@@ -20,7 +20,7 @@ Fiscali provides ONE thing:
20
20
 
21
21
  It's easy to get up and running. Update your config/environment.rb file with this gem
22
22
 
23
- config.gem "fiscali"
23
+ config.gem "asanghi-fiscali", :lib => 'fiscali', :sources => 'http://gems.github.com'
24
24
 
25
25
  Next step is to provide your Date/Time class your start zone. Stick this in an initializer file. (If you didnt understand that, put it in $ENV[RAILS_ROOT]/config/initializers/fiscali.rb)
26
26
 
@@ -167,4 +167,4 @@ Assume Date.today is 1st May 2009
167
167
 
168
168
 
169
169
 
170
-
170
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.3
1
+ 1.2.4
data/fiscali.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fiscali}
5
- s.version = "1.2.3"
5
+ s.version = "1.2.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Aditya Sanghi"]
9
- s.date = %q{2009-07-25}
9
+ s.date = %q{2009-07-27}
10
10
  s.email = %q{aditya.sanghi@risingsunbilling.com}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asanghi-fiscali
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditya Sanghi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-25 00:00:00 -07:00
12
+ date: 2009-07-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -47,6 +47,7 @@ files:
47
47
  - test/test_helper.rb
48
48
  has_rdoc: false
49
49
  homepage: http://asanghi.github.com/fiscali
50
+ licenses:
50
51
  post_install_message:
51
52
  rdoc_options:
52
53
  - --charset=UTF-8
@@ -67,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
68
  requirements: []
68
69
 
69
70
  rubyforge_project:
70
- rubygems_version: 1.2.0
71
+ rubygems_version: 1.3.5
71
72
  signing_key:
72
73
  specification_version: 3
73
74
  summary: Fiscal Year Date Functions