alphabetical_paginate 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'alphabetical_paginate/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "alphabetical_paginate"
8
- spec.version = "0.1.2"
8
+ spec.version = "0.1.3"
9
9
  spec.authors = ["lingz"]
10
10
  spec.email = ["lz781@nyu.edu"]
11
11
  spec.description = "Alphabetical Pagination"
@@ -0,0 +1 @@
1
+ console.log("test");
@@ -0,0 +1 @@
1
+ //= require ./alphabetical_paginate
@@ -0,0 +1,4 @@
1
+ module alphabetical_paginate
2
+ class Engine < Rails::Engine
3
+ end
4
+ end
@@ -1,10 +1,5 @@
1
1
  require "alphabetical_paginate/version"
2
2
 
3
3
  module AlphabeticalPaginate
4
- # Your code goes here...
5
- class Engine < Rails::Engine
6
- initializer 'static_assets.load_static_assets' do |app|
7
- app.middleware.use ::ActionDispatch::Static, "#{root}/vendor"
8
- end
9
- end
4
+ require 'alphabetical_paginate/engine'
10
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphabetical_paginate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-11 00:00:00.000000000 Z
12
+ date: 2013-07-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -56,8 +56,11 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - alphabetical_paginate.gemspec
59
+ - app/assets/javascripts/alphabetical_paginate.js
60
+ - app/assets/javascripts/index.js
59
61
  - assets/javascripts/alphabetical_paginate/test.js
60
62
  - lib/alphabetical_paginate.rb
63
+ - lib/alphabetical_paginate/engine.rb
61
64
  - lib/alphabetical_paginate/version.rb
62
65
  - vendors/javascripts/test.js
63
66
  homepage: http://google.com
@@ -75,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
78
  version: '0'
76
79
  segments:
77
80
  - 0
78
- hash: 2417711955277612371
81
+ hash: -4388681360903653698
79
82
  required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  none: false
81
84
  requirements:
@@ -84,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
87
  version: '0'
85
88
  segments:
86
89
  - 0
87
- hash: 2417711955277612371
90
+ hash: -4388681360903653698
88
91
  requirements: []
89
92
  rubyforge_project:
90
93
  rubygems_version: 1.8.25