socky-client-rails 0.4.1 → 0.4.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/CHANGELOG.md +8 -1
- data/README.md +1 -1
- data/VERSION +1 -1
- data/assets/socky.js +1000 -518
- metadata +4 -4
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
Changelog
|
2
2
|
=========
|
3
3
|
|
4
|
+
## 0.4.2 / 2010-11-04
|
5
|
+
|
6
|
+
- new features:
|
7
|
+
- none
|
8
|
+
- bugfixes:
|
9
|
+
- update socky.js to v0.4.1(add missing json library)
|
10
|
+
|
4
11
|
## 0.4.1 / 2010-10-29
|
5
12
|
|
6
13
|
- new features:
|
@@ -14,4 +21,4 @@ Changelog
|
|
14
21
|
- split project to 3 parts - socky-client-ruby, socky-client-rails and socky-js
|
15
22
|
- release as gem
|
16
23
|
- bugfixes:
|
17
|
-
- none
|
24
|
+
- none
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ Socky is push server for Ruby based on WebSockets. It allows you to break border
|
|
6
6
|
## Getting Started
|
7
7
|
|
8
8
|
- [Install](http://github.com/socky/socky-client-rails/wiki/install) the gem
|
9
|
-
- Read up about its [Usage](http://github.com/socky/socky-client-rails/wiki/usage)
|
9
|
+
- Read up about its [Usage](http://github.com/socky/socky-client-rails/wiki/usage), [Configuration](http://github.com/socky/socky-client-rails/wiki/configuration) and [Customizing JavaScript](http://github.com/socky/socky-js/wiki/Customizing-JavaScript)
|
10
10
|
- Try [Example Application](http://github.com/socky/socky-example) or [demo page](http://sockydemo.imanel.org)
|
11
11
|
- Fork and Contribute your own modifications
|
12
12
|
- See [sites using socky](http://github.com/socky/socky-server-ruby/wiki/sites)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.2
|