rubu 0.0.1 → 0.0.2

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.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
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-06-29 00:00:00.000000000 Z
11
+ date: 2018-07-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Rubu (Re-Usable Build Utility) is a library for building
@@ -28,7 +28,9 @@ files:
28
28
  - doc/Array.html
29
29
  - doc/Rubu.html
30
30
  - doc/Rubu/Action.html
31
+ - doc/Rubu/AgedStep.html
31
32
  - doc/Rubu/AlwaysBuild.html
33
+ - doc/Rubu/AlwaysStep.html
32
34
  - doc/Rubu/Build.html
33
35
  - doc/Rubu/DateBuild.html
34
36
  - doc/Rubu/Flow.html
@@ -37,10 +39,19 @@ files:
37
39
  - doc/Rubu/Info.html
38
40
  - doc/Rubu/Mark.html
39
41
  - doc/Rubu/MarkBuild.html
42
+ - doc/Rubu/MarkStep.html
43
+ - doc/Rubu/Move.html
44
+ - doc/Rubu/MoveStyles.html
40
45
  - doc/Rubu/Order.html
41
46
  - doc/Rubu/RubyCommand.html
42
47
  - doc/Rubu/ShellCommand.html
43
48
  - doc/Rubu/State.html
49
+ - doc/Rubu/Step.html
50
+ - doc/Rubu/StepAged.html
51
+ - doc/Rubu/StepAlways.html
52
+ - doc/Rubu/StepMark.html
53
+ - doc/Rubu/Trail.html
54
+ - doc/Rubu/TrailRun.html
44
55
  - doc/Rubu/Var.html
45
56
  - doc/Rubu/Walk.html
46
57
  - doc/_index.html
@@ -60,6 +71,10 @@ files:
60
71
  - doc/top-level-namespace.html
61
72
  - example/bin/gen_world
62
73
  - example/bin/rubu_example
74
+ - example/build/hello
75
+ - example/build/hello_world.o
76
+ - example/build/world.c
77
+ - example/build/world.o
63
78
  - example/runme
64
79
  - example/src/hello_world.c
65
80
  - lib/rubu.rb