limited 0.2.0 → 0.2.1

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: 4a28b517efc2c9c053d8fd054c5ee44620c42507
4
- data.tar.gz: f6ec63d47da226112bb915aa4c881dd3c8205288
3
+ metadata.gz: 1d3778aa3e8f31f05c7f8fc9aaacbe62de47b0e5
4
+ data.tar.gz: 106c70b8bd7e741835bed0617f93a07f4b652447
5
5
  SHA512:
6
- metadata.gz: 030ad2dcffe79f7294d4536c6dcc578e95aa6f38088acfae4b9ae05827935d428d0348e253a35962e2eb4eb07944c4ec93904f91ccc2086705d8986814c93ad1
7
- data.tar.gz: 85033f466bf1893b485d82d3161b770e4bf126b1bba265f1a2fa9739706e73fd7c9386d23ba22db0d816208b2536f3b59f4b03c6cb6b176ab6a940f048619cf8
6
+ metadata.gz: fa8b1bbc00e4c89d19983cc97591833e01ab4655e99218399d4caeb86250cd6bd21fef8eb7b4009af6c2935c090464abe097b790dc4111a4d2eccf1349c0400e
7
+ data.tar.gz: d0a7fede3340f25390a3003797b59b089952971620940fb404e4e840c1d739fa70b32a29828e201931c91462a380bbe911822d3c6ef01841928a1faa4aaad605
data/lib/limited/actor.rb CHANGED
@@ -18,7 +18,7 @@ module Limited
18
18
  end
19
19
 
20
20
  attr_reader :attributes
21
- attr_reader :num_executed
21
+ attr_accessor :num_executed
22
22
 
23
23
  def initialize(identifier, values, num_executed = 0)
24
24
  raise ArgumentError.new("first parameter needs to be an identifier") unless identifier.is_a?(Identifier)
@@ -1,3 +1,3 @@
1
1
  module Limited
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limited
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moritz Küttel