fitting 0.3.0 → 0.4.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
  SHA1:
3
- metadata.gz: 265b481959df21a8bbfa2766b49fab8b54696c46
4
- data.tar.gz: 40f11cf6aa262f56538348d6ec91662db7acf8c5
3
+ metadata.gz: 52ae02eea52bdf0bf70e3e108b114b9cab5fe8fc
4
+ data.tar.gz: 39898c9efd4731179115b0152db40cd32e35ef32
5
5
  SHA512:
6
- metadata.gz: 6be0a7165bfecd1055231c8b1708970bce611082107cb74139c500f41f391cb0333b1ce553491bd65ec43d0ef71f00fdefd6b61a4d73e3f1b63a0a84e204a7f7
7
- data.tar.gz: 68160e93f7e1f9f46a7d07728eb2a06e4740bedc32951e465c0e63b21cf793f774bf8cdc6713d90fb5f992fa00b55c6ca08448e7318ec2b6b7eac12adf1ceb2a
6
+ metadata.gz: 2cbcda05958d10ae66479f271f94e254d89abf05f3176f68e7be92b7813e24424dd8fe32ddab6cc5527e6a9f9a30d20e2229c04b42ab68ce2cb6494fb84bc9c2
7
+ data.tar.gz: 35d1aa6f0a9aff22f4f5f49c276c46fa0d6bbd7b7cfa39a7ddb09367480aefb8ca7b779661ace0b3d8c81eb86d32deb45c4c53f1aa07733d1647d06f1cc790f9
data/lib/fitting.rb CHANGED
@@ -1,8 +1,6 @@
1
1
  require 'fitting/version'
2
2
  require 'fitting/documentation'
3
3
  require 'fitting/configuration'
4
- require 'fitting/formatter/response/macro_yaml'
5
- require 'fitting/formatter/response/micro_yaml'
6
4
 
7
5
  module Fitting
8
6
  class << self
@@ -1,3 +1,3 @@
1
1
  module Fitting
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.4.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fitting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - d.efimov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-06 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema