transit-ruby 0.8.552-java → 0.8.560-java
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 +4 -4
- data/.yardopts +1 -0
- data/CHANGELOG.md +11 -0
- data/Jarfile +1 -1
- data/README.md +1 -1
- data/lib/transit.jar +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b3622053513f02f2786a68b38800fe0901cdade
|
4
|
+
data.tar.gz: a6c8de5ecf334352134f4d8963f4c5305c2dd6be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 498b6f68cb4d02f75e9a24bebb78968e977f914adc11e323ba313b80a409b1cf0a288cb337e8ef1ac3210d551834033aed6378129ac7937f0d98aaa6df2ef1cd
|
7
|
+
data.tar.gz: d4a6643057d0c67ff5c59a720624d12b98e34b1e10c6bcb8bb95f67d0b3608a1d5e988085f2eb1b942ca0631162a8832a0f978034fc141c40fd4d728296d4a57
|
data/.yardopts
CHANGED
data/CHANGELOG.md
ADDED
data/Jarfile
CHANGED
data/README.md
CHANGED
@@ -18,7 +18,7 @@ between applications, it should not yet be used for storing data
|
|
18
18
|
durably over time. This recommendation will change when the
|
19
19
|
specification is complete._
|
20
20
|
|
21
|
-
|
21
|
+
## Contributing
|
22
22
|
|
23
23
|
This library is open source, developed internally by Cognitect. We welcome discussions of potential problems and enhancement suggestions on the [transit-format mailing list](https://groups.google.com/forum/#!forum/transit-format). Issues can be filed using GitHub [issues](https://github.com/cognitect/transit-ruby/issues) for this project. Because transit is incorporated into products and client projects, we prefer to do development internally and are not accepting pull requests or patches.
|
24
24
|
|
data/lib/transit.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: transit-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.560
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Russ Olsen
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-09-
|
13
|
+
date: 2014-09-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: lock_jar
|
@@ -118,6 +118,7 @@ files:
|
|
118
118
|
- lib/transit/write_handlers.rb
|
119
119
|
- lib/transit/writer.rb
|
120
120
|
- README.md
|
121
|
+
- CHANGELOG.md
|
121
122
|
- LICENSE
|
122
123
|
- .yardopts
|
123
124
|
- .yard_redcarpet_ext
|