dry_open_api 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 410e041fe43bb48c3197f1d98e29254c4ed8d9f19f507db94b4a852f198f1702
4
- data.tar.gz: 6d51949d99fafddf33b4898632f6ce7eb28fb35eff823e96017bd09b704150c7
3
+ metadata.gz: 3593a009f48e202d7eee0cf959e9ff17a21d28235ad177ff44e44cedad1c1003
4
+ data.tar.gz: 93f4244d83060e225c4234c4dcfe79ac423e481ead975ea4827f5ac25a2baee9
5
5
  SHA512:
6
- metadata.gz: 2d066ca3f18976236fe0436f1058970f2d2a91153984fbda787ef5fa484395505a1a0957c67fe5be70bc8d48221994be3edf7233fc517dbf1f96926d900f4557
7
- data.tar.gz: 9804d55aed8fda7e00eff30ffea814e72676e4dba002b1facb1fda454562edb9d13e711f58313ac3a8f25d824080515564aa0321569e9df88cc33cdb20f399dd
6
+ metadata.gz: b6c15871010776461a360e77d95262439f00a6cd1e0eb4a315e98eae141df3e2d8e6f76ebc3c7d1323e2878abb9f8664ebb9c7d822dc6123a903e443884273c3
7
+ data.tar.gz: bc09020957c93cf74e9f53be2db024cceba1767c77b0c4bbbe957cffcb1010b6d8788312ab730b060779fffcdf2a3dde7399dbec7d27dc159b57ab9419c64122
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  .rubocop-https---raw-githubusercontent-com-talentplatforms-shared-rubocop-master--talentplatforms-rubocop-yml
13
+ *.gem
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  `dry_open_api`
2
2
 
3
- Providing a [dry](https://dry-rb.org/) version of th [open_api gem](https://github.com/ngtk/open_api).
3
+ Providing a [dry](https://dry-rb.org/) version of the [open_api gem](https://github.com/ngtk/open_api).
4
4
  ## Installation
5
5
 
6
6
  Add this line to your application's Gemfile:
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "open_api"
4
+ require "dry_open_api"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -1,3 +1,3 @@
1
1
  module DryOpenApi
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry_open_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Ruck
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-09 00:00:00.000000000 Z
11
+ date: 2020-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport