jquery_client 0.1.1 → 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.
data/Rakefile CHANGED
@@ -1,10 +1,9 @@
1
1
  require 'rake_ext'
2
2
 
3
- gem_spec(
3
+ project(
4
4
  :name => "jquery_client",
5
- :version => "0.1.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"
@@ -1,3 +1,5 @@
1
+ require 'crystal_jquery/gems'
2
+
1
3
  require 'crystal/html'
2
4
 
3
5
  crystal.after :environment do
@@ -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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.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-13 00:00:00 +04:00
18
+ date: 2010-10-15 00:00:00 +04:00
19
19
  default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
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