Skip to content

Commit a7f21c4

Browse files
committed
Update gemspec and version to reflect Sanger Institute ownership and version change to 0.2.0
1 parent 35aef58 commit a7f21c4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

jsonapi-resources.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'jsonapi/resources/version'
55

66
Gem::Specification.new do |spec|
7-
spec.name = 'jsonapi-resources'
7+
spec.name = 'sanger-jsonapi-resources'
88
spec.version = JSONAPI::Resources::VERSION
9-
spec.authors = ['Dan Gebhardt', 'Larry Gebhardt']
10-
spec.email = ['dan@cerebris.com', 'larry@cerebris.com']
9+
spec.authors = ['PSD Team - Wellcome Trust Sanger Institute']
10+
spec.email = ['psd@sanger.ac.uk']
1111
spec.summary = 'Easily support JSON API in Rails.'
12-
spec.description = 'A resource-centric approach to implementing the controllers, routes, and serializers needed to support the JSON API spec.'
13-
spec.homepage = 'https://github.com/cerebris/jsonapi-resources'
12+
spec.description = 'Forked from jsonapi-resources. A resource-centric approach to implementing the controllers, routes, and serializers needed to support the JSON API spec.'
13+
spec.homepage = 'https://github.com/sanger/jsonapi-resources'
1414
spec.license = 'MIT'
1515

1616
spec.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE.txt README.md)

lib/jsonapi/resources/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JSONAPI
22
module Resources
3-
VERSION = '0.11.0.beta1'
3+
VERSION = '0.2.0'
44
end
55
end

0 commit comments

Comments
 (0)