atomize 1.0.6 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/atomize +8 -13
- data/lib/atomize/version.rb +1 -1
- data/lib/atomize.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b67e6b4003e496062d41c79fe19e67be61ebcfa927d0803f35f9d56df2149667
|
4
|
+
data.tar.gz: cdc09f2da304a7786330126c41a68699f92c04334e92e9ec50628c86d6b6ea49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a270214826ecf365044ba255560562379d0d9f66e64e9db2ca7f6eacf0e7978279941f13aa424e24394292d58bec4f6bf5441c9dea088da06c71f4fd9c9f2e52
|
7
|
+
data.tar.gz: c15194d1a0953c12406f94dc7bf47b08b9029cd408100a597b10cf8e4c0a0212c5f2c108293f19e81448a7e9ea026b8edb1701ea6d1f0be289a92a37c03f721d
|
data/exe/atomize
CHANGED
@@ -5,35 +5,30 @@ require 'fileutils'
|
|
5
5
|
|
6
6
|
if ARGV.include?('install')
|
7
7
|
|
8
|
-
|
8
|
+
`git clone https://github.com/atomecorp/opal-browser.git`
|
9
9
|
Dir.chdir('opal-browser') do
|
10
10
|
`bundle update; bundle install`
|
11
11
|
`gem build opal-browser.gemspec`
|
12
12
|
`gem install opal-browser`
|
13
13
|
end
|
14
|
-
|
15
|
-
# Dir.chdir('atome/vendor/assets/build/js/') do
|
16
|
-
# %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
|
14
|
+
`git clone https://github.com/atomecorp/atome.git `
|
17
15
|
|
18
16
|
Dir.chdir('atome/test/test_app/build/') do
|
19
|
-
|
20
17
|
Dir.mkdir('js')
|
21
18
|
|
22
19
|
Dir.chdir('js/') do
|
23
20
|
FileUtils.copy_entry('../../../../vendor/assets/build/js/third_parties/', 'third_parties/')
|
24
|
-
# %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
|
25
21
|
end
|
26
22
|
end
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
end
|
23
|
+
Dir.chdir('../../../../') do
|
24
|
+
`bundle update; bundle install`
|
25
|
+
`gem build atome.gemspec`
|
26
|
+
`gem install atome`
|
27
|
+
end
|
33
28
|
# end
|
34
29
|
if ARGV.include?('run')
|
35
30
|
Dir.chdir('atome/') do
|
36
31
|
`rake test`
|
37
32
|
end
|
38
33
|
end
|
39
|
-
end
|
34
|
+
end
|
data/lib/atomize/version.rb
CHANGED
data/lib/atomize.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atomize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jean-Eric Godard
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: allow to install atome development framework
|
14
14
|
email:
|
@@ -33,8 +33,8 @@ licenses:
|
|
33
33
|
metadata:
|
34
34
|
allowed_push_host: https://rubygems.org
|
35
35
|
homepage_uri: https://atome.one
|
36
|
-
source_code_uri: https://github.com/atomecorp/
|
37
|
-
changelog_uri: https://github.com/atomecorp/
|
36
|
+
source_code_uri: https://github.com/atomecorp/atomize
|
37
|
+
changelog_uri: https://github.com/atomecorp/atomize
|
38
38
|
post_install_message:
|
39
39
|
rdoc_options: []
|
40
40
|
require_paths:
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
- !ruby/object:Gem::Version
|
51
51
|
version: '0'
|
52
52
|
requirements: []
|
53
|
-
rubygems_version: 3.3.
|
53
|
+
rubygems_version: 3.3.26
|
54
54
|
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: atome's builder
|