rubytext 0.0.38 → 0.0.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/examples/slides +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f76ca1f9288f586dee2ea9270f4213e22561b90009a7bbd6e773de9e024af442
4
- data.tar.gz: 00345a5a7fe85aa24966717d612ab6d602d0d1b95b361fd547b1570ab0101e6e
3
+ metadata.gz: 77b48f6ea022f03a00a50fd635e42d2c322ff99a72b739d3184063c481783c8d
4
+ data.tar.gz: 39b481039a98d0c3146207f5b94a56e67e8f8ce30b7aeaaca5edad44f0d4c5c5
5
5
  SHA512:
6
- metadata.gz: 7f675a7b1c5d3f174abec10d03137e309d2401e44a138bd88d4bc389cf577583cbd9b19a225588e1e1640d691367ec4b400fc7245f268427a5f55f2d133d2060
7
- data.tar.gz: 4e1101676ff0a27dd3d9cf22b4150d356dcf38a7b4f842f8840c1d5e450ca0d8ca2a23c93772563d6f008fd2104260f4194e119b47cd1d1ac0a3cb3f1258b1c7
6
+ metadata.gz: 2cad90482f7b2f984cd935b399a81d185462da42b26c6fd897449c62024e405033dd752fa464ee0ec5877c8dd726b969ab2e05c69224f711d6b246c79fc20711
7
+ data.tar.gz: ad1130ff18b1dfbc770f278c8b1cbfef644ff61956fbf549acee1dcfb487b8ec983cf00cd18c02b5ec88404a5e4d601d8867854e3682846d5df026bb4e1f8624
data/examples/slides CHANGED
@@ -12,7 +12,7 @@ exit unless rc
12
12
  # - use names instead of numbers?
13
13
  # - convert showme into a method?
14
14
 
15
- 1.upto(19) do |n|
15
+ 1.upto(21) do |n|
16
16
  next if n == 11 # junk this one
17
17
  num = '%02d' % n
18
18
  prog = "prog#{num}.rb"
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module RubyText
3
- VERSION = "0.0.38"
3
+ VERSION = "0.0.39"
4
4
 
5
5
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.38
4
+ version: 0.0.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton