firetower 0.1.0 → 0.1.1

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.
Files changed (5) hide show
  1. data/History.txt +5 -0
  2. data/README.org +1 -1
  3. data/hookr +1 -1
  4. data/version.txt +1 -1
  5. metadata +3 -3
@@ -1,3 +1,8 @@
1
+ == 0.1.1 / 2011-09-06
2
+
3
+ * 1 bug fix
4
+ * Corrected API usage in README.org
5
+
1
6
  == 0.1.0 / 2011-09-06
2
7
 
3
8
  * 2 minor enhancements
data/README.org CHANGED
@@ -72,7 +72,7 @@
72
72
  #+BEGIN_SRC ruby
73
73
  receive do |session, event|
74
74
  if event.text? && event =~ /^!eval (.*)$/
75
- event.room.paste!(event.room.name, "Eval result:\n" + eval($1).to_s)
75
+ event.room.paste! "Eval result:\n" + eval($1).to_s
76
76
  end
77
77
  end
78
78
  #+END_SRC
data/hookr CHANGED
@@ -1 +1 @@
1
- Subproject commit 6d0c1a853bdfd649c47a689ae8f880d51ac55e58
1
+ Subproject commit 6d0c1a853bdfd649c47a689ae8f880d51ac55e58-dirty
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firetower
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Avdi Grimm