spicon 0.0.1

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 (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/spicon.rb +6 -0
  3. metadata +81 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Zjk1YTU5MWY2YzM4OWU1ODhkZWM1YWU0MDAzNmI1Mjg2MjZlMDNjMw==
5
+ data.tar.gz: !binary |-
6
+ NmIxNmRkOWY0MzNlMDg1MDg2ZjNiZDIxNWNlNDlkODEzNDZhZWNmMQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NTE0OTA3ZGY4MmQ3NmZiMTBiMjk2MjQ1NTlhODExYjJiYzkzMDFjZjM5N2Ni
10
+ Yzk3NGI5NmYyZGVjOGE2OTM3MGMzODIwNjM1ZDkzMmVjNTQ3Yzc4ZGZlYjQw
11
+ MWY2ZTg4MTAyNzk1ZGZjZGY0ZDQ5MmQ4MGEzMGE5OTBkYzQ1YWI=
12
+ data.tar.gz: !binary |-
13
+ Yjg5NTk1YTFjMGZmZjRjNzhiZThlZTg3ZjIyOTAyMjFkNDU1ZGFlMGRkY2E5
14
+ ZmZlM2ZiNDNhMGYzYzFkYTg5NjBlNzg5YTE5NTg3OTYxNzk4MWJlOWUzY2Mx
15
+ NjMxNzhjNjcxOTI3OGM5M2UyMThkMmQzN2UxNzJlZTcwOTYxY2Q=
data/lib/spicon.rb ADDED
@@ -0,0 +1,6 @@
1
+ require "spicon/version"
2
+
3
+ module Spicon
4
+ class Engine < Rails::Engine
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spicon
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Nikhil Nanjappa
8
+ - Ashish Upadhyay
9
+ - Ankur Gera
10
+ - Gourav Tiwari
11
+ - Hrishita Vaish
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+ date: 2014-02-08 00:00:00.000000000 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: bundler
19
+ requirement: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ~>
22
+ - !ruby/object:Gem::Version
23
+ version: '1.3'
24
+ type: :development
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ~>
29
+ - !ruby/object:Gem::Version
30
+ version: '1.3'
31
+ - !ruby/object:Gem::Dependency
32
+ name: rake
33
+ requirement: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ description: Cool feature that makes any element on your Rails application spin on
46
+ mouseover.
47
+ email:
48
+ - kainikhil@gmail.com
49
+ - ashish.upadhyaye@gmail.com
50
+ - ankurgera@gmail.com
51
+ - gouravtiwari21@gmail.com
52
+ - vaish.hrishita@tcs.com
53
+ executables: []
54
+ extensions: []
55
+ extra_rdoc_files: []
56
+ files:
57
+ - lib/spicon.rb
58
+ homepage: https://github.com/NikhilNanjappa/spicon
59
+ licenses: []
60
+ metadata: {}
61
+ post_install_message:
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubyforge_project:
77
+ rubygems_version: 2.1.11
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: Cool feature that makes any element on your Rails application spin on mouseover.
81
+ test_files: []