transit-ruby 0.8.552-java → 0.8.560-java

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: 33b782a82086f4092750a92d8721d562941cf7dc
4
- data.tar.gz: 04383e366ac393cf73f2e495e09fb635ad120daa
3
+ metadata.gz: 7b3622053513f02f2786a68b38800fe0901cdade
4
+ data.tar.gz: a6c8de5ecf334352134f4d8963f4c5305c2dd6be
5
5
  SHA512:
6
- metadata.gz: e152e75955ad09f87491bb29be79ff16497d1c0ec330fd9ad4dfe28844036bce06b53d463bbbf6f402bef8843159a04aaac3b6299326264f60da9c24a2370ab4
7
- data.tar.gz: 95fb6833f593b8a0132c40c594dfc86ed8dc9c48946431bb03f4228b84a8f992469a9b108cc1fd0cb14f4a2b17234b026f14c748ec104d291e899946c1060f6b
6
+ metadata.gz: 498b6f68cb4d02f75e9a24bebb78968e977f914adc11e323ba313b80a409b1cf0a288cb337e8ef1ac3210d551834033aed6378129ac7937f0d98aaa6df2ef1cd
7
+ data.tar.gz: d4a6643057d0c67ff5c59a720624d12b98e34b1e10c6bcb8bb95f67d0b3608a1d5e988085f2eb1b942ca0631162a8832a0f978034fc141c40fd4d728296d4a57
data/.yardopts CHANGED
@@ -2,4 +2,5 @@
2
2
  --markup-provider redcarpet
3
3
  --plugin redcarpet-ext
4
4
  -
5
+ CHANGELOG.md
5
6
  LICENSE
@@ -0,0 +1,11 @@
1
+ ### 0.8.552 (java platform only) / 2014-09-12
2
+
3
+ * Support JRuby!
4
+
5
+ ### 0.8.539 / 2014-09-05
6
+
7
+ * Support special numbers (NaN, INF, -INF)
8
+
9
+ ### 0.8.467 / 2014-07-22
10
+
11
+ * Initial release
data/Jarfile CHANGED
@@ -3,7 +3,7 @@
3
3
  # dependency to transit-java
4
4
  # this setup uses maven central for the repository
5
5
 
6
- jar "com.cognitect:transit-java:0.8.266"
6
+ jar "com.cognitect:transit-java:0.8.269"
7
7
 
8
8
  group 'development' do
9
9
  jar "org.jruby:jruby-complete:1.7.13"
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
- ### Contributing
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
 
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.552
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-12 00:00:00.000000000 Z
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