smack 3.0.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/smack.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -11,7 +11,7 @@ A: No. This is an entire 12 lines of dumb code.
|
|
11
11
|
|
12
12
|
Q: WHY ARE YOU DOING DI IN RUBY ARE YOU A MANIAC?
|
13
13
|
|
14
|
-
A: DI is a fine pattern and is sometimes necessary. It's just simpler to do in Ruby, hence the
|
14
|
+
A: DI is a fine pattern and is sometimes necessary. It's just simpler to do in Ruby, hence the 12 lines of code. This just gives you nice syntax for it.
|
15
15
|
|
16
16
|
|
17
17
|
Q: SHOULD I USE THIS IN PRODUCTION CODE?
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
4.0.0
|
data/smack.gemspec
CHANGED