conjuror 0.1.3 → 0.1.5

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +1 -1
  4. data/lib/conjuror/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4a271940b64159f82a99080c18bb4e976bcffec
4
- data.tar.gz: 590b430936084b820f9186bd3afea1f14811dfbf
3
+ metadata.gz: d8968e01e9163134ad7308e52f5af35042f8cf6e
4
+ data.tar.gz: 0855adc43d0e2e166047a2692a1fd65672f2f53a
5
5
  SHA512:
6
- metadata.gz: 71917d9ac5490bba224564f9a7973b78cbce6e517a01cb54bd6c9af717aed8afe10dae2800294900573c906149874b295d4fb04d18ef06eed2514ec77fb602ea
7
- data.tar.gz: 5b38dbf9441c636e855b3b6d0107ae06bc7e45558c5d4cb16266fc0e48db7ca58ff4adc75e3512ede5fbfd52bf50a6e848d6e3b879422847529af6baf0c59cf6
6
+ metadata.gz: e6375ee7530808bcca2e1be952daafc38410f0bfc8524e45b7263e4e81f05bd66242010bc97269afffe2ac1b47e0c8727aaeb9bfb4b117fd9d638fd8a07eab68
7
+ data.tar.gz: e1cc68c9bfa4432bbb6421caa7224d47770ad988c72b069cf76c10c3f05dc4114d56f4d42fcc853e9bd119a641df508269fa8ea0e1f9bceebb44534454a66d52
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in conjuror.gemspec
4
4
  gemspec
5
5
 
6
- gem 'coveralls', group: :test, require: false
6
+ gem 'coveralls', :group => :test, require: false
data/README.md CHANGED
@@ -8,7 +8,7 @@ configuration directory of itself.
8
8
  [![Build Status](https://travis-ci.org/nikhgupta/conjuror.png?branch=develop)](https://travis-ci.org/nikhgupta/conjuror)
9
9
  [![Coverage Status](https://coveralls.io/repos/nikhgupta/conjuror/badge.png)](https://coveralls.io/r/nikhgupta/conjuror)
10
10
  [![Code Climate](https://codeclimate.com/github/nikhgupta/conjuror.png)](https://codeclimate.com/github/nikhgupta/conjuror)
11
- [![Gem Version](https://badge.fury.io/rb/conjurer.png)](http://badge.fury.io/rb/conjurer)
11
+ [![Gem Version](https://badge.fury.io/rb/conjuror.png)](http://badge.fury.io/rb/conjuror)
12
12
  [![Dependency Status](https://gemnasium.com/nikhgupta/conjuror.png)](https://gemnasium.com/nikhgupta/conjuror)
13
13
 
14
14
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module Conjuror
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjuror
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikhil Gupta