ecraft-extensions 0.2.2 → 0.2.3

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: e4169f36312ebd18f73fc618d6749d25c3baf086
4
- data.tar.gz: 8e369033e2aadf9f1ffd38e97f7638f730cdf214
3
+ metadata.gz: 1793e42f7e71ad0913157c4ad714822f10aa45ef
4
+ data.tar.gz: f9816c1556f31a5dc88abe6ac704b402315383d9
5
5
  SHA512:
6
- metadata.gz: 6f79438da6ad54237a8660516931a3de15456e38a227181eaec1ffb7cf31cdf1c3322b019a57a3e0617b565b33f8430c3ded396d5f34671ccadd641bc60e930c
7
- data.tar.gz: b7f2c872ef87ce440f0276f68330cf77a7b9c313bf294685545fc7ed9e87ea057110e285e20b0283764607dc9c284d0b226f0f8e321693922fd2ac3a62522aac
6
+ metadata.gz: 34b93ece0f0c01b4bb6043d7c5d458db24a7463dfeee3c7e5a0667aa9bd1fb52b1ff4467245204929155396451113f9ff1b6063ac6c5797959211c7da4ee6802
7
+ data.tar.gz: 1b3d62e52486973b3fcf8f31cf213c6dde565d75b3b0d9ddda1613a7a497389cb53348786dc1a4174409feaf4ea5b57938899f104470068dc7215fb809d5981f
@@ -0,0 +1 @@
1
+ 2.4.1
@@ -1,3 +1,6 @@
1
+ require 'json'
2
+ require 'json/add/core'
3
+
1
4
  # This is a bit crazy, but we need it because the 'json/add/core' adds a really weird serialization of date fields.
2
5
  # It looks like this: {"json_class":"Date","y":2000,"m":1,"d":1,"sg":2299161.0}
3
6
  class ::Date
@@ -1,5 +1,5 @@
1
1
  module Ecraft
2
2
  module Extensions
3
- VERSION = '0.2.2'.freeze
3
+ VERSION = '0.2.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecraft-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tre Kronor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-30 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -146,6 +146,7 @@ files:
146
146
  - ".gitignore"
147
147
  - ".rspec"
148
148
  - ".rubocop.yml"
149
+ - ".ruby-version"
149
150
  - ".travis.yml"
150
151
  - ".yardopts"
151
152
  - Gemfile