rubytext 0.0.30 → 0.0.31

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: e1c915d77ddf714564de8dfa752b38c21409e42a64a745a02501e028289bc033
4
- data.tar.gz: 3fdd6477d286f85943ab38cd668fd0b624b3789f9b079835f8d6c4a8d54671f9
3
+ metadata.gz: f54ef14d5f1cffceb0b8d1449a6417147500ec18565ef74d4f542f6bef57b369
4
+ data.tar.gz: b90067a756f08561415c4cbe1ff80f06e8840da152fe8ca9d88f24d062291cec
5
5
  SHA512:
6
- metadata.gz: 6837baa1a1a4bfad2b478d2964b17bf0d074a2b2121f020ff5c66e8ccc43a0fc9b4dbd01430dc04d28f14297224141cb278eadac70f55cc44e70162eb1ec286d
7
- data.tar.gz: af873a990a6afe0a4d46f9ca923376cbf6783e0a243fa4c4a509c3a10dcd5cee7dc7bacb1265f8e6baf3a7fc72981493c6c8631ee3bc2c26c63f5919cbeb9caa
6
+ metadata.gz: f6e273931869dc34098ce4332e313cdbebdd47afcea1ee1b7a54835f6796dc001a26c2b769fb3c83e1fba71786504c29312923047e6ef0fe98f34961cd1df1ee
7
+ data.tar.gz: ee5f13dfebbbbc74cd13a98f3991f95cbb0f7aea08a9486162dd1cdb98ee78b31da83e340f0d221975eb9933ebc78b044337a74ff9704baa5e679410fe8d4557
data/bin/rubytext CHANGED
@@ -13,6 +13,4 @@ case cmd
13
13
  system("ruby #{path}/../examples/demo.rb")
14
14
  when "slides"
15
15
  system("#{path}/../examples/slides")
16
- when "path"
17
- STDOUT.puts path
18
16
  end
data/examples/slides CHANGED
@@ -1,7 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- path = `rubytext path`
4
- examples = path + "/../examples"
3
+ mylib = `gem which rubytext`
4
+ mylib.sub!(%r[/lib/rubytext.rb])
5
+ examples = mylib + "/examples"
5
6
 
6
7
  rc = system("ruby #{examples}/check.rb")
7
8
  exit unless rc
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module RubyText
3
- VERSION = "0.0.30"
3
+ VERSION = "0.0.31"
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.30
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton