rubu 0.0.2 → 0.0.3

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.
@@ -1,5 +1,5 @@
1
1
  class Rubu
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  def Rubu.version
4
4
  Rubu::VERSION
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tero Isannainen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-01 00:00:00.000000000 Z
11
+ date: 2018-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Rubu (Re-Usable Build Utility) is a library for building
@@ -48,6 +48,7 @@ files:
48
48
  - doc/Rubu/State.html
49
49
  - doc/Rubu/Step.html
50
50
  - doc/Rubu/StepAged.html
51
+ - doc/Rubu/StepAgedMark.html
51
52
  - doc/Rubu/StepAlways.html
52
53
  - doc/Rubu/StepMark.html
53
54
  - doc/Rubu/Trail.html
@@ -73,10 +74,11 @@ files:
73
74
  - example/bin/rubu_example
74
75
  - example/build/hello
75
76
  - example/build/hello_world.o
76
- - example/build/world.c
77
77
  - example/build/world.o
78
+ - example/gen_cee/world.c
78
79
  - example/runme
79
80
  - example/src/hello_world.c
81
+ - example/up-to-date
80
82
  - lib/rubu.rb
81
83
  - lib/version.rb
82
84
  homepage: