juice 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +5 -5
  2. data/lib/juice.rb +1 -1
  3. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,14 +1,14 @@
1
1
  = juice
2
2
 
3
- * http://github.com/#{github_username}/#{project_name}
3
+ * http://juicejs.com
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- FIX (describe your package)
7
+ Juice is a javascript framework targeted at creating desktop applications
8
8
 
9
9
  == FEATURES/PROBLEMS:
10
10
 
11
- * FIX (list of features or problems)
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
- * FIX (sudo gem install, anything else)
23
+ * gem install juice
24
24
 
25
25
  == LICENSE:
26
26
 
27
27
  (The MIT License)
28
28
 
29
- Copyright (c) 2010 FIXME full name
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
@@ -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.0.1'
5
+ VERSION = '0.1.0'
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.0.1
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: FIX (describe your package)
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://github.com/#{github_username}/#{project_name}
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: FIX (describe your package)
79
+ summary: Juice is a javascript framework targeted at creating desktop applications
80
80
  test_files: []
81
81