tuning 0.3.2 → 0.3.3
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 +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +5 -2
- data/lib/tuning/version.rb +1 -1
- data/test/dummy/bin/bundle +0 -0
- data/test/dummy/bin/rails +0 -0
- data/test/dummy/bin/rake +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +5 -11
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -1878
- data/test/dummy/log/test.log +0 -13778
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18821f4d89a8574296569885f2551ec2af4d9940
|
4
|
+
data.tar.gz: 2ff074c48720859869d3b1ab9dbdbdfa410c1f48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c365fc74873b685e28a083955554c89e5d8a0541c19186dafd0e51a593a9be0abfbc3da312acc1aaed6373c1aab50f5f7e88786840f4cb05433be88782aed2f
|
7
|
+
data.tar.gz: a4b6237569666ae1fd478eb5f08e6a2b853ba579d37eae5f25c31a2660d9586981d8646d85240f4ebaaf3b732f434fb6f8425e8dcbd94d40f7ac1b3a326e2de9
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
|
-
[](http://badge.fury.io/rb/tuning)
|
1
|
+
[](http://badge.fury.io/rb/tuning)
|
2
|
+
[](https://codeclimate.com/github/mmontossi/tuning)
|
3
|
+
[](https://travis-ci.org/mmontossi/tuning)
|
4
|
+
[](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 [
|
65
|
+
This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
|
63
66
|
|
64
67
|
## License
|
65
68
|
|
data/lib/tuning/version.rb
CHANGED
data/test/dummy/bin/bundle
CHANGED
File without changes
|
data/test/dummy/bin/rails
CHANGED
File without changes
|
data/test/dummy/bin/rake
CHANGED
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- mmontossi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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
|
-
-
|
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/
|
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
|