eucalyptus 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfecbf0a699698a9c6362b12255eff693caa53c8
4
- data.tar.gz: 392a295912a4ef2c71eef00f25977077a17a1ba3
3
+ metadata.gz: 71de071b1b62e4584b7d0d3923d9e8c7f5549093
4
+ data.tar.gz: 5443c5f7b222e7f5fb01c4adc1f17ba495f3bf81
5
5
  SHA512:
6
- metadata.gz: a026a339a283c1eb065ad683d6cf71d5603c07dcee232aed76cae55a43b968bd4b77f4934a939e2fbb57336bcb21c16a918fba08ea757e3cb97525d0fa8b647c
7
- data.tar.gz: d45520e1b6812ba36a5b0dd43838b9d872922e3357078ceb32fb8c7f8767447c86452045a8a934a86d362150c190eaa5e5469f17df3020cdc85b0ab102b254ef
6
+ metadata.gz: 45be70a3a040b5f4c7ed36ecf6e1244bc23a3ca45b55560e1a59997e97c0e0125e67b57b8fd932c01817ed2fa79536a966b1553f1c583ccea016a377a08a90eb
7
+ data.tar.gz: 61aec13d7d0c3e1121e15932b23269e7ee79d1ce7047ede11e2c4f86c33be526a456d809be870799657221e7c1705af4445bb461cd626e8e7f9afd62c2e6b35f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/eucalyptus.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: eucalyptus 0.2.1 ruby lib
5
+ # stub: eucalyptus 0.2.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.2.1"
9
+ s.version = "0.2.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -30,7 +30,8 @@ module Eucalyptus
30
30
  :total_actions,
31
31
  :total_unique_actions,
32
32
  :cost_per_action_type,
33
- :action_values
33
+ :action_values,
34
+ :actions
34
35
  ]
35
36
  end
36
37
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner