atomize 1.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eb720a1b7e8f546369e45ac6f23b319510525d5433342060a3c7a8ef38bac6f
4
- data.tar.gz: 054b4b606d48d7527baccb2a94335adc77fae5a48be1c00bb6aa4102c921af1a
3
+ metadata.gz: b172c49e5bb4d20a9704165c9d55f8c5470b8b07aa4ad7963d9b5d274fe11692
4
+ data.tar.gz: 86c7ad63b56582393398a5c892cfe990513ab1c78e381e27389af79cda7e022e
5
5
  SHA512:
6
- metadata.gz: 25dced18040708781bc4b8a164e346511d06169f46f3086341a339d81ce33bbfaf837190b107b56d62367eb3328db3cb37e2ede3ecc24044413d8f4215356243
7
- data.tar.gz: 119de327cb0aee9e0640bbb726a1f2363cbd8667071718ae3f9a360eba9fd4c34096df8b808ac5c44cd5edc9cbc7d7ed7aacc4006524cda55132b17970b0163b
6
+ metadata.gz: 846f2baafa600931d31d8d24353dbf32fded776258186e0586f8ea84ba13082ae9315335ffa6aa41d10245a961f12643bc8230b0c0c1c273d1ec497fc097d4de
7
+ data.tar.gz: a857280b0f203c4f6b0005963a874987304141c3b26fcef2630d49671d77bb6f26623153e98cab5e0a2a946be4b73c270b9b82a9dadda214b6b4328f77b782f7
data/README.md CHANGED
@@ -16,7 +16,9 @@ If bundler is not being used to manage dependencies, install the gem by executin
16
16
 
17
17
  ## Usage
18
18
 
19
- TODO: Write usage instructions here
19
+ to install the atome development framework, just type : 'atomize install' in you shell
20
+ it will create a directory named 'atome' and also install the atome gem
21
+ Then refer to https://github.com/atomecorp/atome to use or develop the framework
20
22
 
21
23
  ## Development
22
24
 
@@ -26,7 +28,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
26
28
 
27
29
  ## Contributing
28
30
 
29
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/atomize.
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/atomecorp/atomize.
30
32
 
31
33
  ## License
32
34
 
data/exe/atomize CHANGED
@@ -2,8 +2,6 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  if ARGV.include?('install')
5
- # Dir.mkdir 'atome'
6
- # Dir.chdir('atome') do
7
5
  %x(git clone https://github.com/atomecorp/atome.git )
8
6
  Dir.chdir('atome/vendor/assets/build/js/') do
9
7
  %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0"
4
+ VERSION = "1.0.1"
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'
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Eric Godard