uranium-rails 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 067e845de1913a5a4ebc2c9f3ad423c2bd221e01
4
- data.tar.gz: 075a728454dbcae48aa24ce29a5032b39e46747d
3
+ metadata.gz: e022e55bceb3ba977978246dccab67cb8cd7d43f
4
+ data.tar.gz: c9febe95ec22592c83281f77cf0dfbdb11681e87
5
5
  SHA512:
6
- metadata.gz: c646903c94862e46b5eeb3b2a3c82f12aef78a7e011a937be1df381f860c5ea1ede80b12caf69c6379358292698dbdf46ba3e62ec0450a500a4b82a4f3995b03
7
- data.tar.gz: 4473961c7eb049c01c67a24b8796d16cf5461889722e20e9d9d321ce3c52b388c22be05369b47f8293ebf292714b67cf1f9959a1f26cbcd34206a26b35d21c6b
6
+ metadata.gz: 97886392607741745a703b437b11153c89e6c1d6c564ae0141fb761127f5338ccce875c22cfbeefc570084c4909ee39fd588d4c3cc609e0f0aa8c2d93d420056
7
+ data.tar.gz: f4a922288403ea08e80baf871812a6af5175ad6746c42fe719ce0e54158d2e45f833259ca8bdec622ba1ff7ccea33a9c3fc8958bca8c28dbbd60cef2ea35ee25
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 jadonsapna11
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,19 +1,24 @@
1
- = Uranium implementation for Ruby on Rails
1
+ uranium-rails
2
+ =============
2
3
 
3
- This adds {Uranium}[http://uranium.io/] support to your Rails application.
4
+ Uranium implementation for Ruby on Rails
4
5
 
5
- == Installation
6
+ This adds Uranium http://uranium.io/ support to your Rails application.
6
7
 
7
- === As a gem
8
+ Installation
9
+ ============
10
+
11
+ As a gem
8
12
  gem install uranium-rails
9
13
 
10
14
 
11
- == Configuration
15
+ Configuration
12
16
 
13
- rails g uranium-rails:install
17
+ rails g uranium_rails:install
14
18
 
15
19
 
16
- == Note on Patches/Pull Requests
20
+ Note on Patches/Pull Requests
21
+ =============================
17
22
 
18
23
  * Fork the project.
19
24
  * Make your feature addition or bug fix.
@@ -26,11 +31,13 @@ rails g uranium-rails:install
26
31
 
27
32
 
28
33
 
29
- ==Author
34
+ Author
35
+ ======
30
36
 
31
- {Sapna Jadon}
37
+ Sapna Jadon
32
38
 
33
39
 
34
- == Copyright
40
+ Copyright
41
+ =========
35
42
 
36
43
  Copyright (c) 2013
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uranium-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sapna Jadon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-24 00:00:00.000000000 Z
11
+ date: 2013-10-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: uranium-rails is rails implementation of uranium JS which is a simple,
14
14
  lightweight Javascript interaction library written in jQuery.
@@ -17,8 +17,8 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/generators/uranium-rails/install/install_generator.rb
21
- - lib/generators/uranium-rails/install/USAGE
20
+ - lib/generators/uranium_rails/install/install_generator.rb
21
+ - lib/generators/uranium_rails/install/USAGE
22
22
  - lib/uranium-rails/assert_select.rb
23
23
  - lib/uranium-rails/rails/engine.rb
24
24
  - lib/uranium-rails/rails/railtie.rb
@@ -27,6 +27,7 @@ files:
27
27
  - vendor/assets/javascripts/uranium.js
28
28
  - vendor/assets/javascripts/uranium-pretty.js
29
29
  - README.md
30
+ - LICENSE
30
31
  homepage:
31
32
  licenses: []
32
33
  metadata: {}