jquery_client 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -3
- data/lib/crystal_jquery.rb +2 -0
- data/lib/crystal_jquery/gems.rb +1 -0
- metadata +7 -19
data/Rakefile
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
require 'rake_ext'
|
2
2
|
|
3
|
-
|
3
|
+
project(
|
4
4
|
:name => "jquery_client",
|
5
|
-
:version => "0.1.
|
5
|
+
:version => "0.1.2",
|
6
6
|
:summary => "jQuery client for Crystal Framework",
|
7
|
-
:dependencies => %w(crystal),
|
8
7
|
|
9
8
|
:author => "Alexey Petrushin",
|
10
9
|
:homepage => "http://github.com/alexeypetrushin/jquery_client"
|
data/lib/crystal_jquery.rb
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
# gem 'crystal'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexey Petrushin
|
@@ -15,23 +15,10 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-10-
|
18
|
+
date: 2010-10-15 00:00:00 +04:00
|
19
19
|
default_executable:
|
20
|
-
dependencies:
|
21
|
-
|
22
|
-
name: crystal
|
23
|
-
prerelease: false
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - ">="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
hash: 3
|
30
|
-
segments:
|
31
|
-
- 0
|
32
|
-
version: "0"
|
33
|
-
type: :runtime
|
34
|
-
version_requirements: *id001
|
20
|
+
dependencies: []
|
21
|
+
|
35
22
|
description:
|
36
23
|
email:
|
37
24
|
executables: []
|
@@ -43,6 +30,7 @@ extra_rdoc_files: []
|
|
43
30
|
files:
|
44
31
|
- Rakefile
|
45
32
|
- readme.md
|
33
|
+
- lib/crystal_jquery/gems.rb
|
46
34
|
- lib/crystal_jquery/jquery_helper.rb
|
47
35
|
- lib/crystal_jquery/public/crystal_jquery/jquery.crystal.css
|
48
36
|
- lib/crystal_jquery/public/crystal_jquery/jquery.crystal.js
|