atomize 1.0.2 → 1.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/atomize +7 -1
  3. data/lib/atomize/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d26575a6f3da463f73c70cfbe7b32d7422c29dd2214173c091e38b93179f7bc8
4
- data.tar.gz: f525eacafcead58dfebc035eaff2083d6bfa183777f84d95f962028817fc66db
3
+ metadata.gz: a08b175684114e63a0241042b85f335526314495d3dd214dabc428eb5d7696d9
4
+ data.tar.gz: '04949f481645e7f8a1fc16cbd94abcf859930c8d7fbfb03e878d329679ab5869'
5
5
  SHA512:
6
- metadata.gz: 8ed92909b81c6000dc24b9e7b9bdf7d48b26970c11b473b78f9ab2400a10aecac2f9d9dbaed3fe0ae32d356c4a26ea459066f094db6907b17cf1d97d4612c846
7
- data.tar.gz: 4d591f80377f2eaa9a91bbba20678861cbe6bd6783085ce290c8e4a2a9cd457d901ef31da245b9d1885867a635aa4378e53d432718ce422765c82f07333535b8
6
+ metadata.gz: 54aad0990cf997238523560dc0cb6c5d06af0b93c3d020a30fa2817c159d3609dd42b21ee38a3463d0d35c4e5f4f2e9041301a02d6b158689080a38074809d6f
7
+ data.tar.gz: d610047b41cab5496f346076f20bb26616f4e00630f1d997a2a549a71a13c78ee4292afefd46f762233a77a646cbc0253fb091194ef56ed2d35a5cb1a60dd052
data/exe/atomize CHANGED
@@ -2,6 +2,13 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  if ARGV.include?('install')
5
+
6
+ %x(git clone https://github.com/atomecorp/opal-browser.git )
7
+ Dir.chdir('opal-browser') do
8
+ `bundle update; bundle install`
9
+ `gem build opal-browser.gemspec`
10
+ `gem install opal-browser`
11
+ end
5
12
  %x(git clone https://github.com/atomecorp/atome.git )
6
13
  Dir.chdir('atome/vendor/assets/build/js/') do
7
14
  %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
@@ -23,7 +30,6 @@ if ARGV.include?('install')
23
30
  end
24
31
  if ARGV.include?('run')
25
32
  Dir.chdir('atome/') do
26
- puts "the path for rake is" +`pwd`
27
33
  `rake test`
28
34
  end
29
35
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atomize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Eric Godard