ajax_tiKim 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ajax_tiKim.rb +6 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 349966721d9cddccf32011aada4378bdde5308bd
4
+ data.tar.gz: e74d3f59d396395017a5f74cda07928a78ecf438
5
+ SHA512:
6
+ metadata.gz: 5b2ed2b2c5d55c8ee5b5949adabc143ecdfd9438834a5868fd0b0b665153845bc31559124634eae806577b89bfae50c81613240ad0fb458e4d38330441be4263
7
+ data.tar.gz: c11410cc3c634c568aa04ec786e8a60aa4eec2b9f26e0432220a0c5de5822f54ea9cd67eee6d3d18d1916b323261bd69c044e361927aeeac2340366eee8f94d0
@@ -0,0 +1,6 @@
1
+ class Ajax < Rails::Generators::Base
2
+ def self.routes
3
+ route " post '/post/ajax' => 'ajax#ajax_post'"
4
+ end
5
+ end
6
+
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ajax_tiKim
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - tiKim
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-05-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple Ajax gem
14
+ email: xhddlf8070@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ajax_tiKim.rb
20
+ homepage: http://rubygems.org/gems/ajax_tiKim
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.6.14
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Have a simple ajax!!
44
+ test_files: []