syslibgem 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 24834ca2cc0d69c81006520934c4f5d120abd2a2
4
- data.tar.gz: fa511f21615b969d6c944bfa0a63e4318c373f88
3
+ metadata.gz: 2bbdce87dd7bd4164552763d9219d64f771b7cf5
4
+ data.tar.gz: 0d7135c23297656137bfb27e3edd692545723c81
5
5
  SHA512:
6
- metadata.gz: a36395336f0b9c4c4dcc3f19b0a574b3b8346fd423fe1824090a5a6c93e3f2c7a0487d8d6fdc358bc76d0ca3b60bacd17bb963790d44cd2b99285857dbfffdf5
7
- data.tar.gz: 8a1734fd43d6b224bd45abf0bc4a09470b229d1a47c8676412637dd339cdb832c7bba9ad61b30bdb42d8b0362afb69e4c3608d8bee61fcb2af9f0f7326ec86ab
6
+ metadata.gz: 8f5978409008c9c074461ab1fd8f54c4221c8563cd7072cdea34c3cabd5a3263ac52b4d6bb54dd91525866a65c6d9ae26d2c0b4956dd280e773ed0f86f1f030f
7
+ data.tar.gz: 1332a9c6c7a853a1c67ba99e1998a682513ce021afd0af49234dbd5c979e32f458984a09a40c76d1a170fd568e82a3cccb0b22a394462055fa0e00202bbd1dc0
data/README.md CHANGED
@@ -1,28 +1,18 @@
1
1
  # Syslibgem
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/syslibgem`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Ruby gem that would collect all local gems in your project and send them to a web server to determine the system libraries you need to install.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
6
5
 
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'syslibgem'
13
- ```
6
+ ## For Eventtus
7
+ I used for cli thor because it introduce good documentation method for every task, used httpary to connect the server it was easy enough to let me finish the work fast, i had put the tasks inside syslibgem.rb file because the system has only one target that managed well by thor.
14
8
 
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
9
+ ## Installation
20
10
 
21
- $ gem install syslibgem
11
+ $ sudo gem install syslibgem
22
12
 
23
13
  ## Usage
24
14
 
25
- TODO: Write usage instructions here
15
+ $ syslibgem show
26
16
 
27
17
  ## Development
28
18
 
@@ -1,3 +1,3 @@
1
1
  module Syslibgem
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.4'.freeze
3
3
  end
data/syslibgem.gemspec CHANGED
@@ -9,8 +9,10 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['abdelkarim00']
10
10
  spec.email = ['kimoacm@gmail.com']
11
11
 
12
- spec.summary = '{Write a short summary, because RubyGems requires one.}'
13
- spec.description = '{Write a longer description or delete this line.}'
12
+ spec.summary = 'system libraries installer'
13
+ spec.description = 'Ruby gem that would collect all
14
+ local gems in your project and send them to a web server to determine the system libraries you
15
+ need to install.'
14
16
  spec.homepage = 'https://github.com/abdelkarim00/syslibgem'
15
17
  spec.license = 'MIT'
16
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syslibgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - abdelkarim00
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-31 00:00:00.000000000 Z
11
+ date: 2017-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -164,7 +164,10 @@ dependencies:
164
164
  - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
- description: "{Write a longer description or delete this line.}"
167
+ description: |-
168
+ Ruby gem that would collect all
169
+ local gems in your project and send them to a web server to determine the system libraries you
170
+ need to install.
168
171
  email:
169
172
  - kimoacm@gmail.com
170
173
  executables:
@@ -211,5 +214,5 @@ rubyforge_project:
211
214
  rubygems_version: 2.6.14
212
215
  signing_key:
213
216
  specification_version: 4
214
- summary: "{Write a short summary, because RubyGems requires one.}"
217
+ summary: system libraries installer
215
218
  test_files: []