crumbs 5.1.0 → 5.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3def4ad1810ebdf0aa80bbfedfeb97660a978026
4
- data.tar.gz: 973cac8679bb4189af537257c80bda4becf37a7e
3
+ metadata.gz: 692d72f1f60afe9fe300f907ad87f3648d340bf6
4
+ data.tar.gz: 9f09c58887036f62679c89ef8d9155f13332c8fc
5
5
  SHA512:
6
- metadata.gz: c7b90dc88ef4dab6310dc8e21817ae2bdee566427882283e8382e7b34495187ab06ee3ec2a63c8f6509fb1e5f5937bd4720695ab3d16b4f7d56a50c8db503d34
7
- data.tar.gz: 3d94125d385b60b2989e54191e6ab71f4aa6cfb0bd17f1cde98eb796080be244a33514d2cb135c96519d228ded69796168b5b66f5b96a373f93e3888dce8ce6d
6
+ metadata.gz: 6e572ae9d5fbd72d6fc3ba8f86965068913108df2930f248606b2adf9a18f29ab4635251d18948cf019da7e0d5504a4bdf15ada2c9d5edbe3438f0c334582739
7
+ data.tar.gz: 185f0561a9c9447bf5be0d09833b6c2c035b1ce3b0cdcdb6f394370cc0fcf5539aa5ca57e3443d31d299606abdf4f16fd5d4f1b19bde107492b75a894104d481
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2017 Mathías Montossi
1
+ Copyright 2017 Museways
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/crumbs.svg)](http://badge.fury.io/rb/crumbs)
2
- [![Code Climate](https://codeclimate.com/github/mmontossi/crumbs/badges/gpa.svg)](https://codeclimate.com/github/mmontossi/crumbs)
3
- [![Build Status](https://travis-ci.org/mmontossi/crumbs.svg)](https://travis-ci.org/mmontossi/crumbs)
4
- [![Dependency Status](https://gemnasium.com/mmontossi/crumbs.svg)](https://gemnasium.com/mmontossi/crumbs)
2
+ [![Code Climate](https://codeclimate.com/github/museways/crumbs/badges/gpa.svg)](https://codeclimate.com/github/museways/crumbs)
3
+ [![Build Status](https://travis-ci.org/museways/crumbs.svg)](https://travis-ci.org/museways/crumbs)
4
+ [![Dependency Status](https://gemnasium.com/museways/crumbs.svg)](https://gemnasium.com/museways/crumbs)
5
5
 
6
6
  # Crumbs
7
7
 
@@ -100,7 +100,7 @@ I will mainly ensure compatibility to Rails, AWS, PostgreSQL, Redis, Elasticsear
100
100
 
101
101
  ## Credits
102
102
 
103
- This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
103
+ This gem is maintained and funded by [museways](https://github.com/museways).
104
104
 
105
105
  ## License
106
106
 
@@ -1,5 +1,5 @@
1
1
  module Crumbs
2
2
 
3
- VERSION = '5.1.0'
3
+ VERSION = '5.1.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crumbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-27 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '0.21'
41
41
  description: Handy crumbs variable for rails views.
42
42
  email:
43
- - mmontossi@museways.com
43
+ - hi@museways.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -58,7 +58,7 @@ files:
58
58
  - lib/crumbs/version.rb
59
59
  - lib/generators/crumbs/install/install_generator.rb
60
60
  - lib/generators/crumbs/install/templates/configuration.rb
61
- homepage: https://github.com/mmontossi/crumbs
61
+ homepage: https://github.com/museways/crumbs
62
62
  licenses:
63
63
  - MIT
64
64
  metadata: {}
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 2.6.11
81
+ rubygems_version: 2.6.13
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: Crumbs for rails.