juice 0.0.1 → 0.1.0
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 -5
- data/lib/juice.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
= juice
|
2
2
|
|
3
|
-
* http://
|
3
|
+
* http://juicejs.com
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
7
|
-
|
7
|
+
Juice is a javascript framework targeted at creating desktop applications
|
8
8
|
|
9
9
|
== FEATURES/PROBLEMS:
|
10
10
|
|
11
|
-
*
|
11
|
+
* A lot..
|
12
12
|
|
13
13
|
== SYNOPSIS:
|
14
14
|
|
@@ -20,13 +20,13 @@ FIX (describe your package)
|
|
20
20
|
|
21
21
|
== INSTALL:
|
22
22
|
|
23
|
-
*
|
23
|
+
* gem install juice
|
24
24
|
|
25
25
|
== LICENSE:
|
26
26
|
|
27
27
|
(The MIT License)
|
28
28
|
|
29
|
-
Copyright (c) 2010
|
29
|
+
Copyright (c) 2010 Justin Baker
|
30
30
|
|
31
31
|
Permission is hereby granted, free of charge, to any person obtaining
|
32
32
|
a copy of this software and associated documentation files (the
|
data/lib/juice.rb
CHANGED
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.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Baker
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: 2.3.2
|
24
24
|
version:
|
25
|
-
description:
|
25
|
+
description: Juice is a javascript framework targeted at creating desktop applications
|
26
26
|
email:
|
27
27
|
- justin@fluttrhq.com
|
28
28
|
executables:
|
@@ -49,7 +49,7 @@ files:
|
|
49
49
|
- script/generate
|
50
50
|
- script/generate.cmd
|
51
51
|
has_rdoc: true
|
52
|
-
homepage: http://
|
52
|
+
homepage: http://juicejs.com
|
53
53
|
licenses: []
|
54
54
|
|
55
55
|
post_install_message:
|
@@ -76,6 +76,6 @@ rubyforge_project: juice
|
|
76
76
|
rubygems_version: 1.3.5
|
77
77
|
signing_key:
|
78
78
|
specification_version: 3
|
79
|
-
summary:
|
79
|
+
summary: Juice is a javascript framework targeted at creating desktop applications
|
80
80
|
test_files: []
|
81
81
|
|