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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 265f0e28c3e05119d775c752d3d13b9c2a4272c9
4
- data.tar.gz: 9cc91da02d9643f586b63ae705171eab5e81dc95
3
+ metadata.gz: cdca3f973d08616b9668655410b39445ec29c068
4
+ data.tar.gz: 9ceb495d62e51ce141e72b30d64ff4b30d64bfa0
5
5
  SHA512:
6
- metadata.gz: bf90eb7c83cf95f1252ab4fae0a285ac8a75a761d5e03e6092d02ac888d2918dc6d7958e28ee30c83346a04de7481293b6a6b0931002a3bfee83da9884092224
7
- data.tar.gz: 328b0e413b08a4b3a40d84de43dd6f478e92db035d2ff0ba73e15db314f4b07dc758b1dcd02d0701de947780a65d7a62a588d5ed2c8060376a140c66cc7224d7
6
+ metadata.gz: 01e6e9d4ab624309f03c481aa40194e324dc39467353a35a243a82f54f466ce79a6ff23d09fb49727d481f93a01f2243d655fce485608be0cf46559aba8e91f0
7
+ data.tar.gz: 45505e1e400279694c3b3c5d205bb791fdec094b338f7c85cf63547571c72a034e1c6aa4386993596ca106e1a5e31253309fcf8b4a00ccbb86786e85449d465d
data/.gitignore CHANGED
@@ -10,5 +10,6 @@
10
10
  /spec/reports/
11
11
  /tmp/
12
12
  test/**/*.log
13
+ test/**/Gemfile.lock
13
14
  *.iml
14
- *.sqlite3
15
+ *.sqlite3
@@ -13,4 +13,4 @@ matrix:
13
13
  env: TEST_SUITE=rails5.2
14
14
  gemfile: test/rails5.2/Gemfile
15
15
 
16
- script: cd test/$TEST_SUITE && bundle exec rake test
16
+ script: cd test/$TEST_SUITE && bundle install && bundle exec rake test
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
 
@@ -1,5 +1,5 @@
1
1
  module Trailblazer
2
2
  module Rails
3
- VERSION = "2.1.2"
3
+ VERSION = "2.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailblazer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer