statics 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. data/lib/statics/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93c607e75512692565ed790b398a9478ffa30282245154d9f414217b3eb79480
4
- data.tar.gz: 00d476425ece47fa15b14320caa55ab1702100c3c5680fcf0560b47dba859cbd
3
+ metadata.gz: 9307fc0ac8c18758cad7e568a4261e78fe645c4ff177cb0a1fc05b6c7af26efb
4
+ data.tar.gz: c9c4b1118a6735e776ae62477da9d9cc8b7f151b1bb1c8baffd860d5fa802150
5
5
  SHA512:
6
- metadata.gz: b16a0eb5977be24b1f424c1e43257c319f97b22f6e20249626fca83fdec23b07279856b4765cfc1c717f6ffbdcb8f0f6f1d9ba5c3da906d92779a83b58e69b8d
7
- data.tar.gz: e41db198c8702cfaaa76f6b1caa167e3cd1fafcef21b39943f8ece0c130b54eda531bd3d964b5a8a82ef519715686ae317f0ebf2370d91763144af4faca65231
6
+ metadata.gz: 9cfa64e36ae8778cb2c38942d7406c8950296532102d3bf198ffa63dbba1620220b6603cd3fe6c33eafad012f793be03599252c913b2c98246de3d5810ff4eea
7
+ data.tar.gz: 2f660c2fa8b6c8ce36d5b5cac81b2809c83754b9c523693ba3eef289d470317b0a1710b96ef56030531aeb284d85fad6c09d324d401b772ca7bf9a5b5f245cc6
data/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # Statics
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/statics.svg?style=flat)](http://rubygems.org/gems/statics)
4
- [![CircleCI](https://img.shields.io/circleci/project/github/pablocrivella/statics.svg)](https://circleci.com/gh/pablocrivella/statics)
4
+ [![Depfu](https://badges.depfu.com/badges/6f2f73672eae4d603d6ae923164435e2/overview.svg)](https://depfu.com/github/pablocrivella/statics?project=Bundler)
5
+ [![Inline docs](http://inch-ci.org/github/pablocrivella/statics.svg?branch=master&style=shields)](http://inch-ci.org/github/pablocrivella/statics)
6
+ [![CircleCI](https://circleci.com/gh/pablocrivella/statics.svg?style=svg)](https://circleci.com/gh/pablocrivella/statics)
5
7
  [![Maintainability](https://api.codeclimate.com/v1/badges/935822c7c481aa464186/maintainability)](https://codeclimate.com/github/pablocrivella/statics/maintainability)
6
8
  [![Test Coverage](https://api.codeclimate.com/v1/badges/935822c7c481aa464186/test_coverage)](https://codeclimate.com/github/pablocrivella/statics/test_coverage)
7
9
 
@@ -141,4 +143,4 @@ Read [Semantic Versioning](https://semver.org) for details. Briefly, it means:
141
143
  ## License
142
144
 
143
145
  Copyright 2018 [Pablo Crivella](https://pablocrivella.me).
144
- Read [LICENSE](LICENSE.md) for details.
146
+ Read [LICENSE](LICENSE) for details.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Statics
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Crivella
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-31 00:00:00.000000000 Z
11
+ date: 2018-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-equalizer
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.1'
61
+ version: '1.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.1'
68
+ version: '1.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement