atomize 1.0.5 → 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 +6 -6
  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: a08b175684114e63a0241042b85f335526314495d3dd214dabc428eb5d7696d9
4
- data.tar.gz: '04949f481645e7f8a1fc16cbd94abcf859930c8d7fbfb03e878d329679ab5869'
3
+ metadata.gz: bb287201bdc98ba0e9742a5a28786e3973733dd49d80c98b801ea2d10ee07b0b
4
+ data.tar.gz: 942229ff5ca7c25c89690693899cb7b8bbfd62585399c2795c2c02d7681ef0bc
5
5
  SHA512:
6
- metadata.gz: 54aad0990cf997238523560dc0cb6c5d06af0b93c3d020a30fa2817c159d3609dd42b21ee38a3463d0d35c4e5f4f2e9041301a02d6b158689080a38074809d6f
7
- data.tar.gz: d610047b41cab5496f346076f20bb26616f4e00630f1d997a2a549a71a13c78ee4292afefd46f762233a77a646cbc0253fb091194ef56ed2d35a5cb1a60dd052
6
+ metadata.gz: 73352df28edb97f5a66b0c18a897f12de1c844fcd30c7690f31b17465087c9e338bec2db28462443f12547458bd6d0e3d27656d2b1fbaaa62fa9d8098a88f762
7
+ data.tar.gz: 37f03207427bd03d0bd662ec6acbe24e6031a34be8f9be020e96febdba7116a2baa3eccb42af69e57024ac3f449120af4321540553854054d42df46662288b82
data/exe/atomize CHANGED
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
+ require 'fileutils'
5
+
4
6
  if ARGV.include?('install')
5
7
 
6
8
  %x(git clone https://github.com/atomecorp/opal-browser.git )
@@ -10,24 +12,22 @@ if ARGV.include?('install')
10
12
  `gem install opal-browser`
11
13
  end
12
14
  %x(git clone https://github.com/atomecorp/atome.git )
13
- Dir.chdir('atome/vendor/assets/build/js/') do
14
- %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
15
- Dir.chdir('../../../../test/test_app/build/') do
15
+
16
+ Dir.chdir('atome/test/test_app/build/') do
16
17
 
17
18
  Dir.mkdir('js')
18
19
 
19
20
  Dir.chdir('js/') do
20
- %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
21
+ FileUtils.copy_entry('../../../../vendor/assets/build/js/third_parties/', 'third_parties/')
21
22
  end
22
23
  end
23
24
  Dir.chdir('../../../../') do
24
- Dir.mkdir('thepoil')
25
25
  `bundle update; bundle install`
26
26
  `gem build atome.gemspec`
27
27
  `gem install atome`
28
28
 
29
29
  end
30
- end
30
+ # end
31
31
  if ARGV.include?('run')
32
32
  Dir.chdir('atome/') do
33
33
  `rake test`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0.5"
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.5
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-25 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.7
53
+ rubygems_version: 3.3.11
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: atome's builder