artemo 3.0.6 → 3.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/.gitlab-ci.yml +4 -2
- data/CHANGELOG +3 -14
- data/README.md +9 -1
- data/lib/artemo/version.rb +1 -1
- data/lib/artemo.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98b47d1fc8b10049b62ed3775098df1e855a7158
|
4
|
+
data.tar.gz: 10728772804729d046cec351cb565383205ea48a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
-
|
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
|
-
|
14
|
+
* Gem homepage.
|
15
|
+
Version 3.0.7
|
16
|
+
* Small changes in display results.
|
data/README.md
CHANGED
data/lib/artemo/version.rb
CHANGED
data/lib/artemo.rb
CHANGED