slate 1.0.1 → 1.0.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.
@@ -1,7 +1,7 @@
1
1
  module Slate
2
2
  module Calculation
3
3
  class Last < Base
4
- name "Last Point"
4
+ name "Last Value"
5
5
  description "Returns the last point in each of the targets."
6
6
 
7
7
  protected
@@ -1,3 +1,3 @@
1
1
  module Slate
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -18,7 +18,7 @@ describe Slate::Calculation::Last do
18
18
  end
19
19
 
20
20
  it "should have a name" do
21
- Slate::Calculation::Last.name.should == "Last Point"
21
+ Slate::Calculation::Last.name.should == "Last Value"
22
22
  end
23
23
 
24
24
  it "should have a description" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
202
  version: '0'
203
203
  segments:
204
204
  - 0
205
- hash: 454332446908567553
205
+ hash: -983316013347641529
206
206
  required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  none: false
208
208
  requirements:
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  version: '0'
212
212
  segments:
213
213
  - 0
214
- hash: 454332446908567553
214
+ hash: -983316013347641529
215
215
  requirements: []
216
216
  rubyforge_project:
217
217
  rubygems_version: 1.8.23