cell_set 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -111,6 +111,10 @@ module CellSet
111
111
  raise NotImplementedError
112
112
  end
113
113
 
114
+ def has_data?
115
+ !@cellHash.keys.empty?
116
+ end
117
+
114
118
  def initialize(*)
115
119
  @cellHash = {}
116
120
  super
@@ -1,3 +1,3 @@
1
1
  module Version
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cell_set
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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-03-27 00:00:00.000000000Z
12
+ date: 2012-03-30 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport