tuning 0.3.2 → 0.3.3

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: 869c3007b9a6d207e4197989794005b384ae348f
4
- data.tar.gz: 81cb0d38f0a0014e9756a74228ec9cad8ef23f2b
3
+ metadata.gz: 18821f4d89a8574296569885f2551ec2af4d9940
4
+ data.tar.gz: 2ff074c48720859869d3b1ab9dbdbdfa410c1f48
5
5
  SHA512:
6
- metadata.gz: 100e0663d7f238a65ae3fda6d8c19956716c10aca84685839174c7b0cf6985e49025048db4f79ec242e4a65d826aa0d65aa67cfef05c3ca68b38c0864621d48f
7
- data.tar.gz: 1051d4857405d36fc6ccb4306f70d2f25974d9317f4068a4d6e12cd437d6b6af698720c6f24a275faeedb3635c9fa7ee06d4047c597a18046d30211f813bf2fc
6
+ metadata.gz: 6c365fc74873b685e28a083955554c89e5d8a0541c19186dafd0e51a593a9be0abfbc3da312acc1aaed6373c1aab50f5f7e88786840f4cb05433be88782aed2f
7
+ data.tar.gz: a4b6237569666ae1fd478eb5f08e6a2b853ba579d37eae5f25c31a2660d9586981d8646d85240f4ebaaf3b732f434fb6f8425e8dcbd94d40f7ac1b3a326e2de9
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2015 Museways
1
+ Copyright 2015 Mathías Montossi
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,4 +1,7 @@
1
- [![Gem Version](https://badge.fury.io/rb/tuning.svg)](http://badge.fury.io/rb/tuning) [![Code Climate](https://codeclimate.com/github/museways/tuning/badges/gpa.svg)](https://codeclimate.com/github/museways/tuning) [![Build Status](https://travis-ci.org/museways/tuning.svg?branch=0.2.3)](https://travis-ci.org/museways/tuning) [![Dependency Status](https://gemnasium.com/museways/tuning.svg)](https://gemnasium.com/museways/tuning)
1
+ [![Gem Version](https://badge.fury.io/rb/tuning.svg)](http://badge.fury.io/rb/tuning)
2
+ [![Code Climate](https://codeclimate.com/github/mmontossi/tuning/badges/gpa.svg)](https://codeclimate.com/github/mmontossi/tuning)
3
+ [![Build Status](https://travis-ci.org/mmontossi/tuning.svg)](https://travis-ci.org/mmontossi/tuning)
4
+ [![Dependency Status](https://gemnasium.com/mmontossi/tuning.svg)](https://gemnasium.com/mmontossi/tuning)
2
5
 
3
6
  # Tuning
4
7
 
@@ -59,7 +62,7 @@ Use active_trail? if you want to check if some path is on active trail:
59
62
 
60
63
  ## Credits
61
64
 
62
- This gem is maintained and funded by [museways](http://museways.com).
65
+ This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
63
66
 
64
67
  ## License
65
68
 
@@ -1,5 +1,5 @@
1
1
  module Tuning
2
2
 
3
- VERSION = '0.3.2'
3
+ VERSION = '0.3.3'
4
4
 
5
5
  end
File without changes
data/test/dummy/bin/rails CHANGED
File without changes
data/test/dummy/bin/rake CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tuning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
- - Museways
7
+ - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-04 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '1.3'
47
47
  description: Common tools used in rails extracted into a gem.
48
48
  email:
49
- - hello@mattways.com
49
+ - mmontossi@buyin.io
50
50
  executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
@@ -89,10 +89,7 @@ files:
89
89
  - test/dummy/config/initializers/wrap_parameters.rb
90
90
  - test/dummy/config/locales/en.yml
91
91
  - test/dummy/config/routes.rb
92
- - test/dummy/db/development.sqlite3
93
92
  - test/dummy/db/schema.rb
94
- - test/dummy/log/development.log
95
- - test/dummy/log/test.log
96
93
  - test/dummy/public/404.html
97
94
  - test/dummy/public/422.html
98
95
  - test/dummy/public/500.html
@@ -111,7 +108,7 @@ files:
111
108
  - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
112
109
  - test/status_test.rb
113
110
  - test/test_helper.rb
114
- homepage: https://github.com/museways/tuning
111
+ homepage: https://github.com/mmontossi/tuning
115
112
  licenses:
116
113
  - MIT
117
114
  metadata: {}
@@ -164,10 +161,7 @@ test_files:
164
161
  - test/dummy/config/locales/en.yml
165
162
  - test/dummy/config/routes.rb
166
163
  - test/dummy/config.ru
167
- - test/dummy/db/development.sqlite3
168
164
  - test/dummy/db/schema.rb
169
- - test/dummy/log/development.log
170
- - test/dummy/log/test.log
171
165
  - test/dummy/public/404.html
172
166
  - test/dummy/public/422.html
173
167
  - test/dummy/public/500.html
File without changes