Mark
2fe3b8ab99
Add ruby version requirement '>= 2.0.0'
...
With ruby 1.9.3 #serialized_json raises an exception:
```
NameError:
undefined local variable or method `caller_locations' for FastJsonapi::MultiToJson:Module
```
`Kernel#caller_locations` was added in ruby '2.0.0'
Source: https://docs.ruby-lang.org/en/2.2.0/NEWS-2_0_0.html
2018-05-01 09:56:09 -07:00
Ankit Gupta
0008c5a165
Making a version file to manage version. Also not adding date as it defaults to current UTC date
...
https://ruby-doc.org/stdlib-2.2.3/libdoc/rubygems/rdoc/Gem/Specification.html#method-i-date
2018-04-20 15:26:44 -07:00
Shishir Kakaraddi
652ad51559
Bump version number to 1.1.1
2018-03-19 13:17:30 -07:00
Shishir Kakaraddi
c40354e375
Bump version to 1.1.0
2018-03-18 09:04:59 -07:00
Guillermo Iguaran
1ff5fe3b1e
Fix gemspec, README.rdoc isn't present in the project
2018-02-22 09:09:36 -08:00
Guillermo Iguaran
eea4496e7b
Add benchmarks for jsonapi-serializers library
2018-02-13 23:06:47 -08:00
Benjamin Fleischer
b717ffeccf
Let people choose their JSON serializer; JSON:API is not circular
2018-02-07 18:02:59 -08:00
Andrey Lompart
5f7bc4fe62
changed activesupport and activerecord dep to '>= 4.2'
2018-02-06 19:26:43 -08:00
Benjamin Fleischer
fcca5063ca
Correct rubygems url
2018-02-05 22:34:17 -08:00
Benjamin Fleischer
d7df16ba02
Update AMS
2018-02-05 22:34:17 -08:00
Min.Kim
c7b211b0a7
Fix fast_jsonapi.gemspec
2018-02-05 22:30:24 -08:00
Min.Kim
5861f27ebb
Add jsonapi-rb / require for jsonapi-rb benchmark test
2018-02-05 22:30:24 -08:00
Shishir Kakaraddi
dbdc85a875
initial commit removing all the dependencies
2018-02-04 17:24:11 -08:00
Adam Gross
a6aea4e50f
bump gemspec version
2018-02-01 10:49:25 -08:00
Min.Kim
62e1419465
Move skylight to dev_dep and check whether loaded or not
2018-02-01 17:01:04 +00:00
Shishir Kakaraddi
5374a1378e
initial commit
2018-01-31 16:20:40 -08:00