juice 0.1.8 → 0.1.9

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,6 +1,11 @@
1
- This is version 0.0.2 of Juice Js Framework
1
+ This is version 0.1.8 of Juice Js Framework
2
+
3
+ Juice is a framework similar to Sproutcore and Cappuccino in that it is centered towards
4
+ creating desktop applications that run in the browser.
5
+
2
6
 
3
7
  TODO:
4
- - Add all of the old stuff that's getting rewritten
5
- - This includes: Buttons,Sliders,Radio Buttons, Checkboxes, and much more.
6
- - an old demo can be found at http://assets.fluttrhq.com/Juice Js/
8
+ - Get all of the standard GUI Widgets implemented
9
+ - Improve JSONPConnection, it's a little basic.
10
+ - Improve module for Ajax requests
11
+ - Clean code.
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Juice
5
- VERSION = '0.1.8'
5
+ VERSION = '0.1.9'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Baker