speculation 0.4.0 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Speculation
4
- VERSION = "0.4.0".freeze
4
+ VERSION = "0.4.2".freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: speculation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie English
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -168,6 +168,7 @@ files:
168
168
  - bin/console
169
169
  - bin/setup
170
170
  - examples/codebreaker.rb
171
+ - examples/game_of_life.rb
171
172
  - examples/json_parser.rb
172
173
  - examples/sinatra-web-app/Gemfile
173
174
  - examples/sinatra-web-app/Gemfile.lock
@@ -180,6 +181,7 @@ files:
180
181
  - lib/speculation/method_identifier.rb
181
182
  - lib/speculation/namespaced_symbols.rb
182
183
  - lib/speculation/pmap.rb
184
+ - lib/speculation/predicates.rb
183
185
  - lib/speculation/spec.rb
184
186
  - lib/speculation/spec/and_spec.rb
185
187
  - lib/speculation/spec/every_spec.rb
@@ -216,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
218
  version: '0'
217
219
  requirements: []
218
220
  rubyforge_project:
219
- rubygems_version: 2.6.10
221
+ rubygems_version: 2.5.1
220
222
  signing_key:
221
223
  specification_version: 4
222
224
  summary: Ruby port of clojure.spec