activefacts-api 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99ba306878626910f3539a86a128e850c02ed902
4
- data.tar.gz: 050b900183c93c6ba9227e6ccf2fb8329481b090
3
+ metadata.gz: 4e8bc18f2ff2e54fc8fba5887cb489ff347ff985
4
+ data.tar.gz: e1e3f0193704bf2f2f499b547af8e9b21051184d
5
5
  SHA512:
6
- metadata.gz: 7a83fa68aceea56997e9fe409bab5aa4db70af7e34a85ba032a3e03064f63527f29336a6849d4356b1f252581769e6d962d763d92f0857a788d022200f6ea431
7
- data.tar.gz: ecceb3e5b2f746258de072f105f88ac3b18bedf2c49b8755715cb74c9820d801ba9350e5ed95cfbfd2409437b0050b3ee792988437d73efc4732c939fbb8bb82
6
+ metadata.gz: 4e875745552de8d366040ce5a5d706fbd4a8d62c3ab63b9a9374ceab8339b16291d7cc86906c0310b0087a013abf29fe9ac5811899e98e99ffc36d1d12596931
7
+ data.tar.gz: fa8d10b07b754afd0dd43afa71af4e148f7e71097d3670cfda6cb69a72575fc8b101b226b122659cc81e5a238848f7f2e3e53192c06900a14fca8610f92010d8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.8.1
@@ -2,16 +2,16 @@
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: activefacts-api 1.7.0 ruby lib
5
+ # stub: activefacts-api 1.8.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "activefacts-api"
9
- s.version = "1.7.0"
9
+ s.version = "1.8.1"
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"]
13
13
  s.authors = ["Clifford Heath"]
14
- s.date = "2015-03-06"
14
+ s.date = "2015-09-10"
15
15
  s.description = "\nThe ActiveFacts API is a Ruby DSL for managing constellations of elementary facts.\nEach fact is either existential (a value or an entity), characteristic (boolean) or\nbinary relational (A rel B). Relational facts are consistently co-referenced, so you\ncan traverse them efficiently in any direction. Each constellation maintains constraints\nover the fact population.\n"
16
16
  s.email = "clifford.heath@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -203,6 +203,7 @@ module ActiveFacts
203
203
  @delayed = message # Arrange to display this message later, if necessary
204
204
  elsif @delayed
205
205
  puts @delayed # Display a delayed message, then the current one
206
+ @delayed = nil
206
207
  puts message
207
208
  else
208
209
  puts message
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activefacts-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clifford Heath
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-08 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbtree-pure