fyuk 0.6.1 → 0.6.2
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/fyuk.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/nigel-lowry/fyuk"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Small Ruby gem for dealing with dates in the UK financial year}
|
|
21
|
-
gem.description = %Q{Small library with methods for finding the financial or fiscal year for a particular date and suchlike}
|
|
21
|
+
gem.description = %Q{Small library with methods for finding the financial or fiscal year for a particular date and suchlike. Used by Milog https://milog-lemmata.herokuapp.com/}
|
|
22
22
|
gem.email = "nigel-lowry@ultra.eclipse.co.uk"
|
|
23
23
|
gem.authors = ["Nigel Lowry"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.2
|
data/fyuk.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "fyuk"
|
|
8
|
-
s.version = "0.6.
|
|
8
|
+
s.version = "0.6.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nigel Lowry"]
|
|
12
|
-
s.date = "2012-
|
|
13
|
-
s.description = "Small library with methods for finding the financial or fiscal year for a particular date and suchlike"
|
|
12
|
+
s.date = "2012-07-05"
|
|
13
|
+
s.description = "Small library with methods for finding the financial or fiscal year for a particular date and suchlike. Used by Milog https://milog-lemmata.herokuapp.com/"
|
|
14
14
|
s.email = "nigel-lowry@ultra.eclipse.co.uk"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fyuk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-07-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
description: Small library with methods for finding the financial or fiscal year for
|
|
111
|
-
a particular date and suchlike
|
|
111
|
+
a particular date and suchlike. Used by Milog https://milog-lemmata.herokuapp.com/
|
|
112
112
|
email: nigel-lowry@ultra.eclipse.co.uk
|
|
113
113
|
executables: []
|
|
114
114
|
extensions: []
|
|
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
144
144
|
version: '0'
|
|
145
145
|
segments:
|
|
146
146
|
- 0
|
|
147
|
-
hash:
|
|
147
|
+
hash: 2919535424376628140
|
|
148
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
none: false
|
|
150
150
|
requirements:
|