atomize 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/atomize +0 -3
- data/lib/atomize/version.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: bb287201bdc98ba0e9742a5a28786e3973733dd49d80c98b801ea2d10ee07b0b
|
4
|
+
data.tar.gz: 942229ff5ca7c25c89690693899cb7b8bbfd62585399c2795c2c02d7681ef0bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73352df28edb97f5a66b0c18a897f12de1c844fcd30c7690f31b17465087c9e338bec2db28462443f12547458bd6d0e3d27656d2b1fbaaa62fa9d8098a88f762
|
7
|
+
data.tar.gz: 37f03207427bd03d0bd662ec6acbe24e6031a34be8f9be020e96febdba7116a2baa3eccb42af69e57024ac3f449120af4321540553854054d42df46662288b82
|
data/exe/atomize
CHANGED
@@ -12,8 +12,6 @@ if ARGV.include?('install')
|
|
12
12
|
`gem install opal-browser`
|
13
13
|
end
|
14
14
|
%x(git clone https://github.com/atomecorp/atome.git )
|
15
|
-
# Dir.chdir('atome/vendor/assets/build/js/') do
|
16
|
-
# %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
|
17
15
|
|
18
16
|
Dir.chdir('atome/test/test_app/build/') do
|
19
17
|
|
@@ -21,7 +19,6 @@ if ARGV.include?('install')
|
|
21
19
|
|
22
20
|
Dir.chdir('js/') do
|
23
21
|
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
22
|
end
|
26
23
|
end
|
27
24
|
Dir.chdir('../../../../') do
|
data/lib/atomize/version.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.7
|
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.11
|
54
54
|
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: atome's builder
|