opal-sprockets 0.4.1.0.11.0.rc1.3.1.beta2 → 0.4.1.0.11.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5da9651dcae803c3f616eaa6b232c85ee183a71b
4
- data.tar.gz: 5ff072b4d641abdc838c5df4d36db8ea199e1178
2
+ SHA256:
3
+ metadata.gz: 65a213501892ad4e0cbe740d2588b5600c8f34ce4f47b159ece62f2306c828d3
4
+ data.tar.gz: f04dff21d4e3573efa70aac176b802766d98fe919a7b2bb845ba20118531b21d
5
5
  SHA512:
6
- metadata.gz: 83189f55fa2de7e0fb03337f9f9ee8005f7655c37deb1968530b9207f77fd23d1636dbea3c86b507865f857ae4f0ee1fa66b2ca72b07319b751500a0a79d71c2
7
- data.tar.gz: 3396eef5db93f86cdeb73060830a7651ad62ab05263d98f4f161723a1a02eefb847c09e981b01ed49ea042645d4a213eaca7f9129136a8911a953b6bcf3d684d
6
+ metadata.gz: 3958fd882260605a1aa57dc81de92552ada141f33d3aa2f58ef71d65300e20d96875a0c49f938a257179b6f12b302c6afe3519d2ee1da6830bf93fa362678a00
7
+ data.tar.gz: 0f71514562c80f9b807fc5d17f37a1880b787d3464773934451fc69ce6d5f1a6c6a51cfd83459dbdc20bc20e04c95b9767698a30c2469ae27ebb0494c484673a
data/.travis.yml CHANGED
@@ -6,11 +6,12 @@ matrix:
6
6
  env: RACK_VERSION='< 2.0.0' SPROCKETS_VERSION='~> 3.4.1'
7
7
  - rvm: 2.1.10
8
8
  env: RACK_VERSION='< 2.0.0' SPROCKETS_VERSION='~> 3.5.2'
9
- - rvm: 2.2.5
9
+ - rvm: 2.2.9
10
10
  env: SPROCKETS_VERSION='~> 3.6.3'
11
- - rvm: 2.3.4
11
+ - rvm: 2.3.6
12
12
  env: SPROCKETS_VERSION='~> 3.7.1'
13
- - rvm: 2.4.0
13
+ - rvm: 2.4.3
14
+ # - rvm: 2.5.0
14
15
 
15
16
  notifications:
16
17
  irc: "irc.freenode.org#opal"
data/README.md CHANGED
@@ -10,6 +10,19 @@ Add to your `Gemfile`:
10
10
  gem "opal-sprockets"
11
11
  ```
12
12
 
13
+ ### A note on the version number
14
+
15
+ The version number is an attempt to keep track and support different combinations of both opal and sprockets without cluttering the code with giant `if`s and conditional requires. The structure is roughly as follows:
16
+
17
+ `<basic version number>.<opal version number>.<sprockets version numbers>`
18
+
19
+ For example version `0.4.1.0.11.0.rc1.3.1` is build taking into account the following components:
20
+
21
+ BASE_VERSION = '0.4.1'
22
+ OPAL_VERSION = '0.11.0.rc1'
23
+ SPROCKETS_VERSION = '3.1'
24
+
25
+
13
26
  ## Usage
14
27
 
15
28
  Sprockets uses a set of load paths to resolve dependencies. This gem extends
@@ -104,6 +117,7 @@ And then visit `http://127.0.0.1:9292` in any browser.
104
117
  (The MIT License)
105
118
 
106
119
  Copyright (C) 2013 by Adam Beynon
120
+ Copyright (C) 2013 by Elia Schito
107
121
 
108
122
  Permission is hereby granted, free of charge, to any person obtaining a copy
109
123
  of this software and associated documentation files (the "Software"), to deal
@@ -1,8 +1,8 @@
1
1
  module Opal
2
2
  module Sprockets
3
3
  BASE_VERSION = '0.4.1'
4
- OPAL_VERSION = '0.11.0.rc1'
4
+ OPAL_VERSION = '0.11.0'
5
5
  SPROCKETS_VERSION = '3.1'
6
- VERSION = "#{BASE_VERSION}.#{OPAL_VERSION}.#{SPROCKETS_VERSION}.beta2"
6
+ VERSION = "#{BASE_VERSION}.#{OPAL_VERSION}.#{SPROCKETS_VERSION}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-sprockets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1.0.11.0.rc1.3.1.beta2
4
+ version: 0.4.1.0.11.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elia Schito
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-03 00:00:00.000000000 Z
12
+ date: 2017-12-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: 0.11.0.rc1
34
+ version: 0.11.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: 0.11.0.rc1
41
+ version: 0.11.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: tilt
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -160,12 +160,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - ">"
163
+ - - ">="
164
164
  - !ruby/object:Gem::Version
165
- version: 1.3.1
165
+ version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.6.8
168
+ rubygems_version: 2.7.3
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Sprockets support for Opal.