tide 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -6
  2. data/VERSION +1 -1
  3. data/tide.gemspec +3 -7
  4. metadata +4 -9
data/Rakefile CHANGED
@@ -17,12 +17,8 @@ Jeweler::Tasks.new do |gem|
17
17
  gem.name = "tide"
18
18
  gem.homepage = "http://github.com/kenzie/tide"
19
19
  gem.license = "MIT"
20
- gem.summary = %Q{Tide class fetches returns Canadian tide prediction data from waterlevels.gc.ca}
21
- gem.description = %Q{Tide class fetches returns Canadian tide prediction data from waterlevels.gc.ca
22
-
23
- Accepts options for tide zone, tide region, tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time.
24
-
25
- Outputs a semi-colon delimited array of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.}
20
+ gem.summary = %Q{Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca}
21
+ gem.description = %Q{Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca. Accepts options for tide zone, tide region, tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time. Outputs a semi-colon delimited array of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.}
26
22
  gem.email = "kenzie@route19.com"
27
23
  gem.authors = ["Kenzie Campbell"]
28
24
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,16 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tide}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Kenzie Campbell}]
12
12
  s.date = %q{2011-06-09}
13
- s.description = %q{Tide class fetches returns Canadian tide prediction data from waterlevels.gc.ca
14
-
15
- Accepts options for tide zone, tide region, tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time.
16
-
17
- Outputs a semi-colon delimited array of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.}
13
+ s.description = %q{Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca. Accepts options for tide zone, tide region, tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time. Outputs a semi-colon delimited array of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.}
18
14
  s.email = %q{kenzie@route19.com}
19
15
  s.extra_rdoc_files = [
20
16
  "LICENSE.txt",
@@ -38,7 +34,7 @@ Gem::Specification.new do |s|
38
34
  s.licenses = [%q{MIT}]
39
35
  s.require_paths = [%q{lib}]
40
36
  s.rubygems_version = %q{1.8.5}
41
- s.summary = %q{Tide class fetches returns Canadian tide prediction data from waterlevels.gc.ca}
37
+ s.summary = %q{Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca}
42
38
 
43
39
  if s.respond_to? :specification_version then
44
40
  s.specification_version = 3
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tide
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kenzie Campbell
@@ -56,12 +56,7 @@ dependencies:
56
56
  type: :development
57
57
  prerelease: false
58
58
  version_requirements: *id004
59
- description: |-
60
- Tide class fetches returns Canadian tide prediction data from waterlevels.gc.ca
61
-
62
- Accepts options for tide zone, tide region, tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time.
63
-
64
- Outputs a semi-colon delimited array of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.
59
+ description: Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca. Accepts options for tide zone, tide region, tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time. Outputs a semi-colon delimited array of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.
65
60
  email: kenzie@route19.com
66
61
  executables: []
67
62
 
@@ -96,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
91
  requirements:
97
92
  - - ">="
98
93
  - !ruby/object:Gem::Version
99
- hash: 537320941182422965
94
+ hash: -3142733535999686093
100
95
  segments:
101
96
  - 0
102
97
  version: "0"
@@ -112,6 +107,6 @@ rubyforge_project:
112
107
  rubygems_version: 1.8.5
113
108
  signing_key:
114
109
  specification_version: 3
115
- summary: Tide class fetches returns Canadian tide prediction data from waterlevels.gc.ca
110
+ summary: Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca
116
111
  test_files: []
117
112