activefacts 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Rakefile +2 -2
- data/lib/activefacts/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NzcwY2M0NGUyNTljNzZmMDBlN2ExOTMyNTI3MDE0ZTMwYjU4MWY3Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Yzk1MmFlZTJhZTZiOTY0OGMyZTNjYzExM2Q5OTJhMzQwNTNhNjQ2Nw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTI2OTFhNWU0YjA2NWNjNmJkNDI0NzJkYWZkZGVhNGNiZDIzNTBjNWQ1MjQz
|
10
|
+
ODZhOWRkZDA4ZmIzNDNmYjQzZTMzMzQxYTA1Y2E5MWFkOTgyODM0NTc5MDMw
|
11
|
+
YzA3OWE0ZGQ3ZmFiNTlhNjE3MzlmNzM2MGNlYjY0YTgzZmVmNmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzJmNzk1OGVmMTM3Y2E0YzE4MzJhMzg2YzVmMWE2ZjVkYjA2Y2JlODAxY2M5
|
14
|
+
MzE1ZGIzZDRiYzc4YjBiZTUwZDZlOWJiNjZmZjA0ZWQxMzJmNzFlODMwOTI1
|
15
|
+
MjM0MjAyMDFhNjgzY2I1ZTc3ZDU0OTViYzE2MmMzMTQ0Mzg0OTI=
|
data/Rakefile
CHANGED
@@ -33,8 +33,8 @@ and object models in SQL, Ruby and other languages.
|
|
33
33
|
gem.authors = ["Clifford Heath"]
|
34
34
|
|
35
35
|
# gem.changes = paragraphs_of("History.txt", 0..1).join("\n\n")
|
36
|
-
gem.extensions = ['lib/activefacts/cql/Rakefile']
|
37
|
-
gem.post_install_message = 'For more information on ActiveFacts, see http://dataconstellation.com/ActiveFacts'
|
36
|
+
# gem.extensions = ['lib/activefacts/cql/Rakefile']
|
37
|
+
# gem.post_install_message = 'For more information on ActiveFacts, see http://dataconstellation.com/ActiveFacts'
|
38
38
|
|
39
39
|
gem.files = File.open("Manifest.txt"){|f| f.read.split(/\n/)}
|
40
40
|
gem.executables = gem.files.grep(%r{^bin/}).map{|f| f.sub('bin/', '')}
|
data/lib/activefacts/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activefacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clifford Heath
|
@@ -235,8 +235,7 @@ email: cjh@dataconstellation.com
|
|
235
235
|
executables:
|
236
236
|
- afgen
|
237
237
|
- cql
|
238
|
-
extensions:
|
239
|
-
- lib/activefacts/cql/Rakefile
|
238
|
+
extensions: []
|
240
239
|
extra_rdoc_files:
|
241
240
|
- LICENSE
|
242
241
|
- README.rdoc
|
@@ -394,7 +393,7 @@ homepage: http://github.com/cjheath/activefacts
|
|
394
393
|
licenses:
|
395
394
|
- MIT
|
396
395
|
metadata: {}
|
397
|
-
post_install_message:
|
396
|
+
post_install_message:
|
398
397
|
rdoc_options:
|
399
398
|
- -S
|
400
399
|
- -x
|