best_boy 3.0.0 → 3.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -16
  3. data/lib/best_boy/version.rb +1 -1
  4. metadata +16 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60316e2e138902bed41149f69236093c10dc2b42
4
- data.tar.gz: 345c8c5a0ccd9f0652e823019e6f0d87a179a1ce
3
+ metadata.gz: 8f2d47b926a821314292979b2793662d9a6d132e
4
+ data.tar.gz: aa624c0d977e27387681223cdbd710658497f188
5
5
  SHA512:
6
- metadata.gz: b917b25c4104b2e57ddf5e6bb752fc44d5be357f48913ac42d8609f767b1e8ee5aaa3dacb90dc51671f826da60571f7789fec3d878b2bfa048535981b3bd8a26
7
- data.tar.gz: 4192cdb814d7f125b2be3bb41d32aa9e8d357cd20905cfd4bfb935926d3784138f9e291c779f1cb26cb72f180fdc320feb633160bf97ad260749e8829a36a202
6
+ metadata.gz: af453e8bc10344bd33d87da4ffe67add687460e9368d9f85dcef98586ae69a31b103868b35fe92378430e572610d95291292207e562fd14adc780f6347e7764b
7
+ data.tar.gz: bc71d3e6ebbcbeb24fd9fb78cfc78aa662a905b4160a21d50abf299dfd12cbde28e4936f8b6a585bde9c6c5e3df4c19f6b8893f483e7183f943b7dceeed25751
data/README.md CHANGED
@@ -13,22 +13,7 @@ It uses its own polymorphic database table to log each event.
13
13
  Rails version support
14
14
  ----------------------
15
15
 
16
- BestBoy 3 and above only supports Rails >= 4.1
17
-
18
-
19
- Changes in version 3
20
- ----------------------
21
-
22
- Best Boy version 3 comes with some backward incompatible changes. However, it's totally worth it because BestBoy now follows all the best practices of a rails engine.
23
- This and additional changes of version 3 include
24
-
25
- * Uses rails engine naming conventions with an isolated ``BestBoy`` namespace
26
- * serving the necessary migrations from the engines migration folder
27
- * serving all assets via the asset pipeline (used to be a opt-in before)
28
- * removes unnecessary generator boilerplate and config options
29
- * uses the newest Bootstrap version (3)
30
- * allows per class extending instead of polluting the whole app
31
- * answers to xml requests for easy EXCEL integration
16
+ BestBoy 3 and above only supports Rails >= 4.2
32
17
 
33
18
 
34
19
  Installation
@@ -149,9 +134,23 @@ Budget some time for this task, since it can take long if your BestBoyEvent tabl
149
134
 
150
135
  Changelog
151
136
  ---------
137
+ #### HEAD (not released yet)
138
+
139
+ #### 3.1.0
140
+ * Drop support for Rails 4.1
141
+ * Add support for Rails 5.0
142
+
152
143
  #### 3.0.0
153
144
  * Major engine cleanup. Aims Rails >= 4.1 from now on.
154
145
  * Includes backward incompatible changes. See above hint for more information.
146
+ * Uses rails engine naming conventions with an isolated ``BestBoy`` namespace
147
+ * serving the necessary migrations from the engines migration folder
148
+ * serving all assets via the asset pipeline (used to be an opt-in before)
149
+ * removes unnecessary generator boilerplate and config options
150
+ * uses Bootstrap 3
151
+ * allows per class extending instead of polluting the whole app
152
+ * answers to xml requests for easy EXCEL integration
153
+
155
154
 
156
155
  #### 2.2.3
157
156
  * Rename ``report`` method to a more best_boy specific ``trigger_best_boy_event_report`
@@ -1,3 +1,3 @@
1
1
  module BestBoy
2
- VERSION = '3.0.0'
2
+ VERSION = '3.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best_boy
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Seydel, Carsten Zimmermann, Robin Neumann, Daniel Schoppmann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-15 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.0
19
+ version: 4.2.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '5.0'
22
+ version: '5.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 4.1.0
29
+ version: 4.2.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '5.0'
32
+ version: '5.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: kaminari
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -92,26 +92,26 @@ dependencies:
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: 3.3.1
95
+ version: 3.5.0.beta1
96
96
  type: :development
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: 3.3.1
102
+ version: 3.5.0.beta1
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: shoulda
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - "~>"
107
+ - - ">="
108
108
  - !ruby/object:Gem::Version
109
109
  version: '3.5'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - "~>"
114
+ - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '3.5'
117
117
  - !ruby/object:Gem::Dependency
@@ -132,16 +132,16 @@ dependencies:
132
132
  name: sass-rails
133
133
  requirement: !ruby/object:Gem::Requirement
134
134
  requirements:
135
- - - "~>"
135
+ - - ">="
136
136
  - !ruby/object:Gem::Version
137
- version: 4.0.0
137
+ version: '0'
138
138
  type: :development
139
139
  prerelease: false
140
140
  version_requirements: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - "~>"
142
+ - - ">="
143
143
  - !ruby/object:Gem::Version
144
- version: 4.0.0
144
+ version: '0'
145
145
  description: Hybrid action logging, consisting of standard and custom logging.
146
146
  email:
147
147
  - christoph.seydel@me.com, daniel.schoppmann@gmail.com
@@ -197,7 +197,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- version: '0'
200
+ version: '2.2'
201
201
  required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  version: '0'
206
206
  requirements: []
207
207
  rubyforge_project:
208
- rubygems_version: 2.4.7
208
+ rubygems_version: 2.5.1
209
209
  signing_key:
210
210
  specification_version: 4
211
211
  summary: a simple event driven logging for models