trailblazer-rails 2.1.2 → 2.1.4
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/.gitignore +2 -1
- data/.travis.yml +1 -1
- data/CHANGES.md +9 -0
- data/lib/trailblazer/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdca3f973d08616b9668655410b39445ec29c068
|
|
4
|
+
data.tar.gz: 9ceb495d62e51ce141e72b30d64ff4b30d64bfa0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01e6e9d4ab624309f03c481aa40194e324dc39467353a35a243a82f54f466ce79a6ff23d09fb49727d481f93a01f2243d655fce485608be0cf46559aba8e91f0
|
|
7
|
+
data.tar.gz: 45505e1e400279694c3b3c5d205bb791fdec094b338f7c85cf63547571c72a034e1c6aa4386993596ca106e1a5e31253309fcf8b4a00ccbb86786e85449d465d
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/CHANGES.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# 2.1.4
|
|
2
|
+
|
|
3
|
+
* Remove Gemfile.lock in the test folders to make travis CI to work (this time will work!)
|
|
4
|
+
|
|
5
|
+
# 2.1.3
|
|
6
|
+
|
|
7
|
+
* Update Gemfile.lock in the test folders to make travis CI to work again
|
|
8
|
+
|
|
1
9
|
# 2.1.2
|
|
2
10
|
|
|
3
11
|
* `Trailblazer::Rails::Railtie` divided in 2 modules:
|
|
@@ -25,6 +33,7 @@
|
|
|
25
33
|
* `Trailblazer::Rails::Railtie` divided in 2 modules:
|
|
26
34
|
* `Loader` -> require_dependecy `concepts`
|
|
27
35
|
* `ExtendApplicationController` -> include `run` and `render` in controllers
|
|
36
|
+
* Remove Gemfile.lock in the test folders to make travis CI to work
|
|
28
37
|
|
|
29
38
|
# 1.0.8
|
|
30
39
|
|