rightresource 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. data/lib/right_resource.rb +1 -1
  2. metadata +3 -5
@@ -39,6 +39,6 @@ require 'right_resource/macro'
39
39
  require 'right_resource/credential'
40
40
 
41
41
  module RightResource
42
- VERSION = '0.4.2'
42
+ VERSION = '0.4.3'
43
43
  API_VERSION = "1.0"
44
44
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rightresource
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Satoshi Ohki
@@ -119,8 +119,6 @@ rdoc_options:
119
119
  - RightResource API documentation
120
120
  - --main
121
121
  - README.rdoc
122
- - --template
123
- - direct
124
122
  require_paths:
125
123
  - lib
126
124
  required_ruby_version: !ruby/object:Gem::Requirement