opal-builder 3.2.2.2 → 3.2.2.3
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 +1 -0
- data/.travis.yml +17 -4
- data/CHANGELOG.md +4 -1
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/gemfiles/opal_master.gemfile +12 -0
- data/opal-builder.gemspec +1 -1
- data/opal/opal/builder/version.rb +1 -1
- metadata +6 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bb0abd324e0d3772a79e656df2b05fd60c1dc73
|
|
4
|
+
data.tar.gz: 83a70fff06ca726617ceb15063e62d3e43a6b490
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad1edecbba0a11092c4735c94fb9a52983c98e1d0af597fc9d673329404bd5edce77cf6c6555c1af991db5ad99ee7c6f45e1604a686ca9b2b65a2fe2788724d2
|
|
7
|
+
data.tar.gz: be0b37a2a837f7e925376f402365131bf0909bedad366b670ffb2149edbb6dc1bd8b169a18f5f25a6a9a7cf424eabf6829c0a2dd048f99d68b5e7f2497b6af80
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
language: ruby
|
|
2
|
+
sudo: false
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
cache:
|
|
5
|
+
bundler: true
|
|
6
|
+
|
|
7
|
+
matrix:
|
|
8
|
+
fast_finish: true
|
|
9
|
+
|
|
10
|
+
include:
|
|
11
|
+
- rvm: 1.9.3
|
|
12
|
+
- rvm: 2.0.0
|
|
13
|
+
- rvm: 2.1.0
|
|
14
|
+
- rvm: 2.2.3
|
|
15
|
+
- rvm: 2.2.3
|
|
16
|
+
gemfile: gemfiles/opal_master.gemfile
|
|
7
17
|
|
|
8
18
|
before_install:
|
|
9
19
|
- git submodule update --init
|
|
10
20
|
- (cd opal-rspec; git submodule update --init)
|
|
21
|
+
|
|
22
|
+
script:
|
|
23
|
+
- "bundle exec rake"
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -7,7 +7,6 @@ system 'git submodule update --init' unless Dir.glob('builder/**').any?
|
|
|
7
7
|
# Remove once we're using an opal-rspec GEM
|
|
8
8
|
system 'git submodule update --init; (cd opal-rspec; git submodule update --init)' unless Dir.glob('opal-rspec/**').any?
|
|
9
9
|
|
|
10
|
-
gem 'opal', git: 'https://github.com/opal/opal.git'
|
|
11
10
|
# Until opal-rspec is updated
|
|
12
11
|
gem 'opal-rspec', path: 'opal-rspec'
|
|
13
12
|
|
data/README.md
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
source 'https://rubygems.org'
|
|
2
|
+
gemspec path: '../'
|
|
3
|
+
|
|
4
|
+
# Only run this if we don't have them
|
|
5
|
+
system 'git submodule update --init' unless Dir.glob('builder/**').any?
|
|
6
|
+
|
|
7
|
+
# Remove once we're using an opal-rspec GEM
|
|
8
|
+
system 'git submodule update --init; (cd opal-rspec; git submodule update --init)' unless Dir.glob('opal-rspec/**').any?
|
|
9
|
+
|
|
10
|
+
# Until opal-rspec is updated
|
|
11
|
+
gem 'opal-rspec', path: '../opal-rspec'
|
|
12
|
+
gem 'opal', git: 'https://github.com/wied03/opal.git', branch: 'rspec_working'
|
data/opal-builder.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opal-builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.2.
|
|
4
|
+
version: 3.2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brady Wied
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: opal
|
|
@@ -16,20 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '0.9'
|
|
19
|
+
version: 0.8.0
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '0.9'
|
|
26
|
+
version: 0.8.0
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: rake
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,6 +60,7 @@ files:
|
|
|
66
60
|
- builder/lib/builder/xmlevents.rb
|
|
67
61
|
- builder/lib/builder/xmlmarkup.rb
|
|
68
62
|
- config.ru
|
|
63
|
+
- gemfiles/opal_master.gemfile
|
|
69
64
|
- lib/opal-builder.rb
|
|
70
65
|
- opal-builder.gemspec
|
|
71
66
|
- opal/builder.rb
|
|
@@ -94,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
89
|
version: '0'
|
|
95
90
|
requirements: []
|
|
96
91
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.4.
|
|
92
|
+
rubygems_version: 2.4.8
|
|
98
93
|
signing_key:
|
|
99
94
|
specification_version: 4
|
|
100
95
|
summary: Builder for Opal
|