juice 0.1.0 → 0.1.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.
Files changed (5) hide show
  1. data/README.rdoc +1 -13
  2. data/bin/juice +0 -2
  3. data/lib/JSquish.rb +2 -2
  4. data/lib/juice.rb +1 -1
  5. metadata +1 -1
data/README.rdoc CHANGED
@@ -6,21 +6,9 @@
6
6
 
7
7
  Juice is a javascript framework targeted at creating desktop applications
8
8
 
9
- == FEATURES/PROBLEMS:
10
-
11
- * A lot..
12
-
13
- == SYNOPSIS:
14
-
15
- FIX (code sample of usage)
16
-
17
- == REQUIREMENTS:
18
-
19
- * FIX (list of requirements)
20
-
21
9
  == INSTALL:
22
10
 
23
- * gem install juice
11
+ gem install juice
24
12
 
25
13
  == LICENSE:
26
14
 
data/bin/juice CHANGED
@@ -15,8 +15,6 @@ end
15
15
 
16
16
  module Juice
17
17
  class Base
18
- version = "0.0.2 "
19
-
20
18
  def initialize
21
19
  params = ARGV
22
20
  if params[0] == 'server'
data/lib/JSquish.rb CHANGED
@@ -8,8 +8,8 @@ class JSquish
8
8
  remove_regexes.each do |reg|
9
9
  str = str.gsub(reg,' ')
10
10
  end
11
-
12
- #comment_reg = /(\/*).+(\*\/)/
11
+
12
+ #comment_reg = /(\/*)(.|\s)+(\*\/)/
13
13
  #str = str.gsub(comment_reg,' ')
14
14
  # Return the string
15
15
  str
data/lib/juice.rb CHANGED
@@ -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.0'
5
+ VERSION = '0.1.2'
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Baker