browserify-rails 4.3.0.pre → 4.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/browserify-rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85b303662bb98b076edf926bb046b6a8357239c18b72c767f30cea923d31997b
|
|
4
|
+
data.tar.gz: f72014c6c61554568f83d9fc53396f07450147b50fbe39cb595aa878ff8ff5e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66ea218ba1b6032ffefadbeb6cf47d7f8e2126f7aca7067222ab904a6fcf8d1249df2ff28ed40af4180e175fabf4988cef6952af424acd74525f98ee30675fa9
|
|
7
|
+
data.tar.gz: 6c8c1c7a3f366cb95d848aa169bc492b04c11190b4168eb872f4a819ebddbce9e56c31ad803185701c0a917e8ee0bfa36ce09c4787a3adeb04a87dcacaca786f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
All notable changes to this project will be documented in this file going forward.
|
|
3
3
|
|
|
4
|
+
## [4.3.0] - 2018-04-17
|
|
5
|
+
- release 4.3.0.pre as 4.3.0 unchanged
|
|
6
|
+
|
|
7
|
+
## [4.3.0.pre] - 2018-04-12
|
|
8
|
+
- relax railties requirement to not have an upper limit
|
|
9
|
+
|
|
4
10
|
## [4.2.0] - 2017-04-28
|
|
5
11
|
- relax railties requirement to < 5.2
|
|
6
12
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browserify-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.0
|
|
4
|
+
version: 4.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henry Hsu, Cymen Vig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -258,9 +258,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
258
258
|
version: '0'
|
|
259
259
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
260
|
requirements:
|
|
261
|
-
- - "
|
|
261
|
+
- - ">="
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
|
-
version:
|
|
263
|
+
version: '0'
|
|
264
264
|
requirements: []
|
|
265
265
|
rubyforge_project:
|
|
266
266
|
rubygems_version: 2.7.6
|