wice_grid_mongoid 6.1.0 → 6.1.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.
data/Gemfile CHANGED
@@ -1,10 +1,8 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
3
  gem 'rails', '3.0.1'
4
- gem "bson_ext", "1.0.4"
5
- gem "mongo","1.0.7"
6
- gem "mongo_ext"
7
- gem "mongoid", "2.0.0.beta.17"
4
+ gem "mongoid"
5
+ gem "bson_ext"
8
6
 
9
7
  group :test do
10
8
  gem 'capybara'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.1.0
1
+ 6.1.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wice_grid_mongoid}
8
- s.version = "6.1.0"
8
+ s.version = "6.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Yuri Leikind", "Aleksandr Furmanov"]
@@ -66,7 +66,6 @@ Gem::Specification.new do |s|
66
66
  "lib/wice_grid_serialized_queries_controller.rb",
67
67
  "lib/wice_grid_serialized_query.rb",
68
68
  "lib/wice_grid_spreadsheet.rb",
69
- "mongoid_wice_grid.gemspec",
70
69
  "test/.gitignore",
71
70
  "test/blueprint.rb",
72
71
  "test/database.yml",
@@ -99,23 +98,17 @@ Gem::Specification.new do |s|
99
98
 
100
99
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
101
100
  s.add_runtime_dependency(%q<rails>, ["= 3.0.1"])
102
- s.add_runtime_dependency(%q<bson_ext>, ["= 1.0.4"])
103
- s.add_runtime_dependency(%q<mongo>, ["= 1.0.7"])
104
- s.add_runtime_dependency(%q<mongo_ext>, [">= 0"])
105
- s.add_runtime_dependency(%q<mongoid>, ["= 2.0.0.beta.17"])
101
+ s.add_runtime_dependency(%q<mongoid>, [">= 0"])
102
+ s.add_runtime_dependency(%q<bson_ext>, [">= 0"])
106
103
  else
107
104
  s.add_dependency(%q<rails>, ["= 3.0.1"])
108
- s.add_dependency(%q<bson_ext>, ["= 1.0.4"])
109
- s.add_dependency(%q<mongo>, ["= 1.0.7"])
110
- s.add_dependency(%q<mongo_ext>, [">= 0"])
111
- s.add_dependency(%q<mongoid>, ["= 2.0.0.beta.17"])
105
+ s.add_dependency(%q<mongoid>, [">= 0"])
106
+ s.add_dependency(%q<bson_ext>, [">= 0"])
112
107
  end
113
108
  else
114
109
  s.add_dependency(%q<rails>, ["= 3.0.1"])
115
- s.add_dependency(%q<bson_ext>, ["= 1.0.4"])
116
- s.add_dependency(%q<mongo>, ["= 1.0.7"])
117
- s.add_dependency(%q<mongo_ext>, [">= 0"])
118
- s.add_dependency(%q<mongoid>, ["= 2.0.0.beta.17"])
110
+ s.add_dependency(%q<mongoid>, [">= 0"])
111
+ s.add_dependency(%q<bson_ext>, [">= 0"])
119
112
  end
120
113
  end
121
114
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wice_grid_mongoid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 6
8
8
  - 1
9
- - 0
10
- version: 6.1.0
9
+ - 1
10
+ version: 6.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yuri Leikind
@@ -36,40 +36,22 @@ dependencies:
36
36
  type: :runtime
37
37
  requirement: *id001
38
38
  - !ruby/object:Gem::Dependency
39
- name: bson_ext
39
+ name: mongoid
40
40
  version_requirements: &id002 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - "="
43
+ - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 31
45
+ hash: 3
46
46
  segments:
47
- - 1
48
47
  - 0
49
- - 4
50
- version: 1.0.4
48
+ version: "0"
51
49
  prerelease: false
52
50
  type: :runtime
53
51
  requirement: *id002
54
52
  - !ruby/object:Gem::Dependency
55
- name: mongo
53
+ name: bson_ext
56
54
  version_requirements: &id003 !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - "="
60
- - !ruby/object:Gem::Version
61
- hash: 25
62
- segments:
63
- - 1
64
- - 0
65
- - 7
66
- version: 1.0.7
67
- prerelease: false
68
- type: :runtime
69
- requirement: *id003
70
- - !ruby/object:Gem::Dependency
71
- name: mongo_ext
72
- version_requirements: &id004 !ruby/object:Gem::Requirement
73
55
  none: false
74
56
  requirements:
75
57
  - - ">="
@@ -80,25 +62,7 @@ dependencies:
80
62
  version: "0"
81
63
  prerelease: false
82
64
  type: :runtime
83
- requirement: *id004
84
- - !ruby/object:Gem::Dependency
85
- name: mongoid
86
- version_requirements: &id005 !ruby/object:Gem::Requirement
87
- none: false
88
- requirements:
89
- - - "="
90
- - !ruby/object:Gem::Version
91
- hash: 62196417
92
- segments:
93
- - 2
94
- - 0
95
- - 0
96
- - beta
97
- - 17
98
- version: 2.0.0.beta.17
99
- prerelease: false
100
- type: :runtime
101
- requirement: *id005
65
+ requirement: *id003
102
66
  description: "A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters "
103
67
  email: aleksandr.furmanov@gmail.com
104
68
  executables: []
@@ -158,7 +122,6 @@ files:
158
122
  - lib/wice_grid_serialized_queries_controller.rb
159
123
  - lib/wice_grid_serialized_query.rb
160
124
  - lib/wice_grid_spreadsheet.rb
161
- - mongoid_wice_grid.gemspec
162
125
  - test/.gitignore
163
126
  - test/blueprint.rb
164
127
  - test/database.yml
@@ -1,122 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{mongoid_wice_grid}
8
- s.version = "4.0.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Yuri Leikind", "Aleksandr Furmanov"]
12
- s.date = %q{2010-11-24}
13
- s.description = %q{A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters }
14
- s.email = %q{aleksandr.furmanov@gmail.com}
15
- s.extra_rdoc_files = [
16
- "README.rdoc"
17
- ]
18
- s.files = [
19
- ".gitignore",
20
- "CHANGELOG",
21
- "Gemfile",
22
- "Gemfile.lock",
23
- "MIT-LICENSE",
24
- "README.rdoc",
25
- "Rakefile",
26
- "SAVED_QUERIES_HOWTO.rdoc",
27
- "VERSION",
28
- "lib/filter_conditions_generators.rb",
29
- "lib/generators/wice_grid/templates/calendarview.css",
30
- "lib/generators/wice_grid/templates/calendarview.js",
31
- "lib/generators/wice_grid/templates/icons/arrow_down.gif",
32
- "lib/generators/wice_grid/templates/icons/arrow_up.gif",
33
- "lib/generators/wice_grid/templates/icons/calendar_view_month.png",
34
- "lib/generators/wice_grid/templates/icons/delete.png",
35
- "lib/generators/wice_grid/templates/icons/expand.png",
36
- "lib/generators/wice_grid/templates/icons/page_white_excel.png",
37
- "lib/generators/wice_grid/templates/icons/page_white_find.png",
38
- "lib/generators/wice_grid/templates/icons/table.png",
39
- "lib/generators/wice_grid/templates/icons/table_refresh.png",
40
- "lib/generators/wice_grid/templates/icons/tick_all.png",
41
- "lib/generators/wice_grid/templates/icons/untick_all.png",
42
- "lib/generators/wice_grid/templates/wice_grid.css",
43
- "lib/generators/wice_grid/templates/wice_grid.yml",
44
- "lib/generators/wice_grid/templates/wice_grid_config.rb",
45
- "lib/generators/wice_grid/templates/wice_grid_jquery.js",
46
- "lib/generators/wice_grid/templates/wice_grid_prototype.js",
47
- "lib/generators/wice_grid/wice_grid_assets_jquery_generator.rb",
48
- "lib/generators/wice_grid/wice_grid_assets_prototype_generator.rb",
49
- "lib/grid_output_buffer.rb",
50
- "lib/grid_renderer.rb",
51
- "lib/helpers/js_calendar_helpers.rb",
52
- "lib/helpers/wice_grid_misc_view_helpers.rb",
53
- "lib/helpers/wice_grid_serialized_queries_view_helpers.rb",
54
- "lib/helpers/wice_grid_view_helpers.rb",
55
- "lib/js_adaptors/jquery_adaptor.rb",
56
- "lib/js_adaptors/js_adaptor.rb",
57
- "lib/js_adaptors/prototype_adaptor.rb",
58
- "lib/mongoid_field.rb",
59
- "lib/tasks/wice_grid_tasks.rake",
60
- "lib/view_columns.rb",
61
- "lib/views/create.rjs",
62
- "lib/views/delete.rjs",
63
- "lib/wice_grid.rb",
64
- "lib/wice_grid_controller.rb",
65
- "lib/wice_grid_core_ext.rb",
66
- "lib/wice_grid_misc.rb",
67
- "lib/wice_grid_serialized_queries_controller.rb",
68
- "lib/wice_grid_serialized_query.rb",
69
- "lib/wice_grid_spreadsheet.rb",
70
- "test/.gitignore",
71
- "test/blueprint.rb",
72
- "test/database.yml",
73
- "test/public/javascripts/jquery-1.4.2.min.js",
74
- "test/public/javascripts/wice_grid.js",
75
- "test/rails_mongoid_test.rb",
76
- "test/rails_test_app.rb",
77
- "test/require_gems.rb",
78
- "test/schema.rb",
79
- "test/spec_helper.rb",
80
- "test/test_helper.rb",
81
- "test/views/projects_and_people_grid.html.erb",
82
- "test/views/projects_and_people_grid_invalid.html.erb",
83
- "test/views/simple_projects_grid.html.erb",
84
- "test/wice_grid_core_ext_test.rb",
85
- "test/wice_grid_functional_test.rb",
86
- "test/wice_grid_initializer.rb",
87
- "test/wice_grid_misc_test.rb",
88
- "test/wice_grid_test.rb",
89
- "test/wice_grid_view_helper_test.rb"
90
- ]
91
- s.homepage = %q{https://github.com/afurmanov/wice_grid}
92
- s.rdoc_options = ["--charset=UTF-8"]
93
- s.require_paths = ["lib"]
94
- s.rubygems_version = %q{1.3.7}
95
- s.summary = %q{Rails Grid Plugin}
96
- s.test_files = [
97
- "test/blueprint.rb",
98
- "test/rails_mongoid_test.rb",
99
- "test/rails_test_app.rb",
100
- "test/require_gems.rb",
101
- "test/schema.rb",
102
- "test/spec_helper.rb",
103
- "test/test_helper.rb",
104
- "test/wice_grid_core_ext_test.rb",
105
- "test/wice_grid_functional_test.rb",
106
- "test/wice_grid_initializer.rb",
107
- "test/wice_grid_misc_test.rb",
108
- "test/wice_grid_test.rb",
109
- "test/wice_grid_view_helper_test.rb"
110
- ]
111
-
112
- if s.respond_to? :specification_version then
113
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
114
- s.specification_version = 3
115
-
116
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
117
- else
118
- end
119
- else
120
- end
121
- end
122
-