atomize 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/atomize +0 -3
  3. data/lib/atomize/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c699bda2e2dcb2c7fd79bc3402f38284cea6b5fb1cdebefe1a0b96533a2ae0d
4
- data.tar.gz: 27ed2f81cf2afaedf9a231ad702551a2a89f52cd53ff0660cb9443fda54f2c1f
3
+ metadata.gz: bb287201bdc98ba0e9742a5a28786e3973733dd49d80c98b801ea2d10ee07b0b
4
+ data.tar.gz: 942229ff5ca7c25c89690693899cb7b8bbfd62585399c2795c2c02d7681ef0bc
5
5
  SHA512:
6
- metadata.gz: 5a79e069408ffffe4a8c235bc782a9fe2018877d21db51637852364c9e2b8bc6ff601b473d798a401121fd646d77f9827d4b9b2374a8ea2fd0602ba6fe12202f
7
- data.tar.gz: f41e39241f557bf4d8068fb9cf597b64f709e7726ff849b1fb352295093b5456059db686191ba5d7a47a9a543153255e75ce6f54a48913ec74e723079ad76463
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0.6"
4
+ VERSION = "1.0.7"
5
5
  end
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.6
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-10-29 00:00:00.000000000 Z
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/atome
37
- changelog_uri: https://github.com/atomecorp/atome
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.22
53
+ rubygems_version: 3.3.11
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: atome's builder