artemo 3.0.6 → 3.0.7

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: 1704f93ea019a00db86b24aecfb055e7830bebf8
4
- data.tar.gz: 2bee9ae08a150d434852eeb42f2884403d0e3bba
3
+ metadata.gz: 98b47d1fc8b10049b62ed3775098df1e855a7158
4
+ data.tar.gz: 10728772804729d046cec351cb565383205ea48a
5
5
  SHA512:
6
- metadata.gz: bc4fc2b8f2209502b207448fb581bb008ddabeb37346be83d47e3150946f8ac3a58a7e2168882c5911800ffc8cfbcaeedbe63f950f76425d7828e39550829ef6
7
- data.tar.gz: e4644818118b4f707c7d672da32f4d62db0db9938bd4e83b4544efc66b10d010d0c41bf7ee3c425ac6087a20bc48d2698c3f0cf290151e84f7ed03a6c65a4da1
6
+ metadata.gz: 9b5e07fa02ec93931bd808402ae7fc42f48ef79488798b586318abd85bcaaf662fac1d2930cbb2cef01baf353c0daeb3a59173a1ae5668bd1bdd1669c9ffe3de
7
+ data.tar.gz: c32d513864f6857fdaccf3796e377ff31ff14259b1634e463ff399d0f9802e611ee8f96e17ee7f9536789a50d2ce016b82026ece2ea77211623e237bc9d16089
data/.DS_Store CHANGED
Binary file
data/.gitlab-ci.yml CHANGED
@@ -8,8 +8,10 @@ before_script:
8
8
  - export LANG=en_US.UTF-8
9
9
  - export LANGUAGE=en_US:en
10
10
  - export LC_ALL=en_US.UTF-8
11
- - bundle install --jobs $(nproc) --path=/cache/bundler
12
11
 
13
12
  master:
14
13
  script:
15
- - bundle exec rake test
14
+ - gem build artemo.gemspec
15
+ - gem install artemo-*
16
+ - echo "Wherefore, O judges, be of good cheer about death, and know of a certainty, that no evil can happen to a good man, either in life or after death. He and his are not neglected by the gods; nor has my own approaching end happened by mere chance. But I see clearly that the time had arrived when it was better for me to die and be released from trouble; wherefore the oracle gave no sign. For which reason, also, I am not angry with my condemners, or with my accusers; they have done me no harm, although they did not mean to do me any good; and for this I may gently blame them." > test.txt
17
+ - artemo test.txt
data/CHANGELOG CHANGED
@@ -1,27 +1,16 @@
1
1
  Version 3.0.0
2
-
3
2
  * Rewritten, simpler and working.
4
-
5
3
  Version 3.0.1
6
-
7
4
  * Changed names of methods, add half of rspec tests, add Rakefile and Gemfile.
8
-
9
5
  Version 3.0.2
10
-
11
6
  * Add `rake file['']` to use on custom texts.
12
-
13
7
  Version 3.0.3
14
-
15
8
  * All rspec tests are write.
16
-
17
9
  Version 3.0.4
18
-
19
10
  * All documentation is write, add bin/artemo file and checked code by RuboCop, some methods change names.
20
-
21
11
  Version 3.0.5
22
-
23
12
  * Gem is ready.
24
-
25
13
  Version 3.0.6
26
-
27
- * Gem homepage.
14
+ * Gem homepage.
15
+ Version 3.0.7
16
+ * Small changes in display results.
data/README.md CHANGED
@@ -24,4 +24,12 @@ Version 3.0.4
24
24
 
25
25
  Version 3.0.5
26
26
 
27
- * Gem is ready.
27
+ * Gem is ready.
28
+
29
+ Version 3.0.6
30
+
31
+ * Gem homepage.
32
+
33
+ Version 3.0.7
34
+
35
+ * Small changes in display results.
@@ -1,3 +1,3 @@
1
1
  module ArtEmo
2
- VERSION = "3.0.6"
2
+ VERSION = "3.0.7"
3
3
  end
data/lib/artemo.rb CHANGED
@@ -23,4 +23,4 @@ class ArtEmo
23
23
  end
24
24
  end
25
25
 
26
- p ARGV.first.nil? ? ArtEmo.call('include/text.txt') : ArtEmo.call(ARGV.first)
26
+ ARGV.first.nil? ? ArtEmo.call('include/text.txt') : ArtEmo.call(ARGV.first)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artemo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Łukasz Fuszara