fortmux 0.1.1 → 0.1.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.
- data/README.rdoc +5 -1
- data/VERSION +1 -1
- data/fortmux.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Description goes here.
|
|
4
4
|
|
|
5
5
|
== Contributing to FortMux
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
|
|
8
8
|
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
|
|
9
9
|
* Fork the project
|
|
@@ -17,3 +17,7 @@ Description goes here.
|
|
|
17
17
|
Copyright (c) 2011 Craig H Anderson. See LICENSE.txt for
|
|
18
18
|
further details.
|
|
19
19
|
|
|
20
|
+
== To Do
|
|
21
|
+
* Add rescue clause to all the commands
|
|
22
|
+
* Add to logging, Add a log section in load with all the commands issued
|
|
23
|
+
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/fortmux.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: fortmux
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Craig H Anderson
|
|
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
requirements:
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
hash:
|
|
96
|
+
hash: 1037107603
|
|
97
97
|
segments:
|
|
98
98
|
- 0
|
|
99
99
|
version: "0"
|