mongoid-api-base 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23d0d53d8ecc497b0c2ba2f314e26a2e35685723
4
- data.tar.gz: 2882a8c75adb182a8c9f773dfe2c2addda7bacad
3
+ metadata.gz: c3cd20846477c4246f4c6a1eac98db6790c4bd9e
4
+ data.tar.gz: fbcd36b9d73d74c88fb5e83e2a2964f59ae0b477
5
5
  SHA512:
6
- metadata.gz: 0c6c6cf1fa3960b32e46b6a1e5e87fcc8c8f2040349ca7f90ee79355db5bbce8fbc428d655b4b61d28af2294ab9d15619d07d8d19701023f7c96b1595c63c62f
7
- data.tar.gz: d22e667ddc134a8a8259cae55df527fe61160c02080b94d71afcc9bbad732df1757f01c9ffbc37341d110b33f2c17e53478c6b5c230f8b5890199af46d57a765
6
+ metadata.gz: d0bcce641edfc5588fcea747d17213cd71cb64d152b7084baa68bf2d2d56ed75e801c1ef090dac39099ce09496337a7c05f71106f2ca998c3cd12d59e0c253a0
7
+ data.tar.gz: aae1277d57d2590eb43a64f0bddb5c16ccf0b623e8977c3c6a61842db106da65f9033294e56722bcf5640f9b8a329586fa0120bc243016ae0c829c362859a946
data/Gemfile.lock ADDED
@@ -0,0 +1,123 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ mongoid-api-base (0.1.1)
5
+ kaminari
6
+ mongoid (~> 5.0)
7
+ rails (~> 4.2.5.1)
8
+
9
+ GEM
10
+ remote: http://rubygems.org/
11
+ specs:
12
+ actionmailer (4.2.5.1)
13
+ actionpack (= 4.2.5.1)
14
+ actionview (= 4.2.5.1)
15
+ activejob (= 4.2.5.1)
16
+ mail (~> 2.5, >= 2.5.4)
17
+ rails-dom-testing (~> 1.0, >= 1.0.5)
18
+ actionpack (4.2.5.1)
19
+ actionview (= 4.2.5.1)
20
+ activesupport (= 4.2.5.1)
21
+ rack (~> 1.6)
22
+ rack-test (~> 0.6.2)
23
+ rails-dom-testing (~> 1.0, >= 1.0.5)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
+ actionview (4.2.5.1)
26
+ activesupport (= 4.2.5.1)
27
+ builder (~> 3.1)
28
+ erubis (~> 2.7.0)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ activejob (4.2.5.1)
32
+ activesupport (= 4.2.5.1)
33
+ globalid (>= 0.3.0)
34
+ activemodel (4.2.5.1)
35
+ activesupport (= 4.2.5.1)
36
+ builder (~> 3.1)
37
+ activerecord (4.2.5.1)
38
+ activemodel (= 4.2.5.1)
39
+ activesupport (= 4.2.5.1)
40
+ arel (~> 6.0)
41
+ activesupport (4.2.5.1)
42
+ i18n (~> 0.7)
43
+ json (~> 1.7, >= 1.7.7)
44
+ minitest (~> 5.1)
45
+ thread_safe (~> 0.3, >= 0.3.4)
46
+ tzinfo (~> 1.1)
47
+ arel (6.0.3)
48
+ bson (4.0.2)
49
+ builder (3.2.2)
50
+ concurrent-ruby (1.0.0)
51
+ erubis (2.7.0)
52
+ globalid (0.3.6)
53
+ activesupport (>= 4.1.0)
54
+ i18n (0.7.0)
55
+ json (1.8.3)
56
+ kaminari (0.16.3)
57
+ actionpack (>= 3.0.0)
58
+ activesupport (>= 3.0.0)
59
+ loofah (2.0.3)
60
+ nokogiri (>= 1.5.9)
61
+ mail (2.6.3)
62
+ mime-types (>= 1.16, < 3)
63
+ mime-types (2.99.1)
64
+ mini_portile2 (2.0.0)
65
+ minitest (5.8.4)
66
+ mongo (2.2.3)
67
+ bson (~> 4.0)
68
+ mongoid (5.0.2)
69
+ activemodel (~> 4.0)
70
+ mongo (~> 2.1)
71
+ origin (~> 2.1)
72
+ tzinfo (>= 0.3.37)
73
+ nokogiri (1.6.7.2)
74
+ mini_portile2 (~> 2.0.0.rc2)
75
+ origin (2.2.0)
76
+ rack (1.6.4)
77
+ rack-test (0.6.3)
78
+ rack (>= 1.0)
79
+ rails (4.2.5.1)
80
+ actionmailer (= 4.2.5.1)
81
+ actionpack (= 4.2.5.1)
82
+ actionview (= 4.2.5.1)
83
+ activejob (= 4.2.5.1)
84
+ activemodel (= 4.2.5.1)
85
+ activerecord (= 4.2.5.1)
86
+ activesupport (= 4.2.5.1)
87
+ bundler (>= 1.3.0, < 2.0)
88
+ railties (= 4.2.5.1)
89
+ sprockets-rails
90
+ rails-deprecated_sanitizer (1.0.3)
91
+ activesupport (>= 4.2.0.alpha)
92
+ rails-dom-testing (1.0.7)
93
+ activesupport (>= 4.2.0.beta, < 5.0)
94
+ nokogiri (~> 1.6.0)
95
+ rails-deprecated_sanitizer (>= 1.0.1)
96
+ rails-html-sanitizer (1.0.3)
97
+ loofah (~> 2.0)
98
+ railties (4.2.5.1)
99
+ actionpack (= 4.2.5.1)
100
+ activesupport (= 4.2.5.1)
101
+ rake (>= 0.8.7)
102
+ thor (>= 0.18.1, < 2.0)
103
+ rake (10.5.0)
104
+ sprockets (3.5.2)
105
+ concurrent-ruby (~> 1.0)
106
+ rack (> 1, < 3)
107
+ sprockets-rails (3.0.1)
108
+ actionpack (>= 4.0)
109
+ activesupport (>= 4.0)
110
+ sprockets (>= 3.0.0)
111
+ thor (0.19.1)
112
+ thread_safe (0.3.5)
113
+ tzinfo (1.2.2)
114
+ thread_safe (~> 0.1)
115
+
116
+ PLATFORMS
117
+ ruby
118
+
119
+ DEPENDENCIES
120
+ mongoid-api-base!
121
+
122
+ BUNDLED WITH
123
+ 1.11.2
@@ -156,7 +156,10 @@ module MongoidApiBase
156
156
  end
157
157
 
158
158
  def json_default_methods
159
- [ :_list_item_title,
159
+ [ :created_at,
160
+ :updated_at,
161
+ :_position,
162
+ :_list_item_title,
160
163
  :_list_item_subtitle,
161
164
  :_list_item_thumbnail,
162
165
  :_document_versions ]
@@ -1,4 +1,4 @@
1
1
  module MongoidApiBase
2
2
  RAILS_VERSION = "~> 4.2.5.1"
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-api-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kravets
@@ -61,6 +61,7 @@ extra_rdoc_files:
61
61
  files:
62
62
  - ".gitignore"
63
63
  - Gemfile
64
+ - Gemfile.lock
64
65
  - LICENSE.md
65
66
  - README.md
66
67
  - Rakefile