fictium 0.3.4 → 0.3.5

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: 6dd2c35eac2378d1b4b5ef4904fbc4fed022fac8b42d79b47c7ddd42b08b2826
4
- data.tar.gz: f797d7273a1b1d02805aa2c2cf0aaa73a1701dd8d72ab260a051ae2648eddc00
3
+ metadata.gz: c38324d43b58a177f9b7fbd43bfcd10d59c76cb48b87588e4e1a8976e564291a
4
+ data.tar.gz: 66a1511bb0bded836db4dbf040f581480cec8418951b0a9aaab7bdbc80327a1a
5
5
  SHA512:
6
- metadata.gz: a2ee667f368ac7d16f28dcc907e7646fae81129eec5256b5f14416d67cd4b02d0d00b54f23756ed37079f9d25a56d088572771f65b413aeed3ddc6c10a2104d3
7
- data.tar.gz: 41fc568758358121c20e8474eac6b8a7c338455973dc93c4be95dd7d00136a768223d16b820e625c6061e72245e43ad3c2147b46aa5d711532869d1afa0666aa
6
+ metadata.gz: 4accbb19a266aea5f1e032d79d6cdcf6e4c67d5645e9ef260363c5648c89dda9ff929c8cc7b07fe4cd28ba670e8e59860da9bd709a53e6cd065ec5ed12737a1c
7
+ data.tar.gz: 8b402fd84084a74821b17cd99cead0dda0b8b1f106f8775d912452327405cdf1012d7f4bc667c704213af80a3d8d95fe4fea9926d06a4a7e5c735f58739e2506
data/CHANGELOG.md CHANGED
@@ -17,6 +17,14 @@
17
17
 
18
18
  ## LOG
19
19
 
20
+ ### 0.3.5 (2019-11-20)
21
+
22
+ Remove require rspec
23
+
24
+ #### Changes
25
+
26
+ - Because fictium/rspec is required on rspec environments it is not needed anymore.
27
+
20
28
  ### 0.3.4 (2019-11-12)
21
29
 
22
30
  Add correct action Method
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fictium (0.3.4)
4
+ fictium (0.3.5)
5
5
  activesupport (>= 5.1, < 6.2)
6
6
  json-schema (~> 2.8)
7
7
  verbs (~> 2.1.4)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Fictium
2
2
 
3
- [![Build Status](https://travis-ci.org/Wolox/fictium.svg?branch=master)](https://travis-ci.org/Wolox/fictium) [![Maintainability](https://api.codeclimate.com/v1/badges/52afbf838f92fe260b6e/maintainability)](https://codeclimate.com/github/Wolox/fictium/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/52afbf838f92fe260b6e/test_coverage)](https://codeclimate.com/github/Wolox/fictium/test_coverage) [![Gem Version](https://badge.fury.io/rb/fictium.svg)](https://badge.fury.io/rb/fictium)
3
+ [![Build Status](https://travis-ci.org/Wolox/fictium.svg?branch=development-0-x-x)](https://travis-ci.org/Wolox/fictium) [![Maintainability](https://api.codeclimate.com/v1/badges/52afbf838f92fe260b6e/maintainability)](https://codeclimate.com/github/Wolox/fictium/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/52afbf838f92fe260b6e/test_coverage)](https://codeclimate.com/github/Wolox/fictium/test_coverage) [![Gem Version](https://badge.fury.io/rb/fictium.svg)](https://badge.fury.io/rb/fictium)
4
4
 
5
5
  This gem is a documentation helper. The goal of this gem is, by adding small modifications into your existing tests,
6
6
  you can then transform it into easy REST documentation.
data/lib/fictium/rspec.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require 'fictium'
2
- require 'rspec'
3
2
  require 'verbs'
4
3
 
5
4
  require_relative 'rspec/proxy_handler'
@@ -1,5 +1,5 @@
1
1
  module Fictium
2
- VERSION = '0.3.4'.freeze
2
+ VERSION = '0.3.5'.freeze
3
3
  RAILS_MIN_VERSION = '>= 5.1'.freeze
4
4
  RAILS_MAX_VERSION = '< 6.2'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fictium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramiro Rojo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-13 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport