faalis_contacts 0.3.0 → 0.4.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 +4 -4
  2. data/lib/faalis_contacts/version.rb +1 -1
  3. metadata +56 -56
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a36c809d5f0f7f6843cedfc245ba4a88efe4f36
4
- data.tar.gz: 0f1b83bc292c7e01bf220f552c2bbfc46566e72a
3
+ metadata.gz: 2d224ce4b37d4b8df41a23b1e2e7aafdad200663
4
+ data.tar.gz: 8f47cbe0aff692e50e3b117aba180eb94fcdd34e
5
5
  SHA512:
6
- metadata.gz: 342f28942b576db72489e94abf45e895d1de1896232bd142f36cbf088606fe03595d6659c164110f5bf5acecd0e46563f8bfebdb5a576e7fdc38f10fcfec6775
7
- data.tar.gz: df1b97486077e0bd7d0a5b2f5939bf28a3a36d55084ca35d4511907ed7405a9240d2a20b0b1ce795d82f93376eb0ddfd8f0a1e4225e7d4262296c76a0c07aa76
6
+ metadata.gz: d64066f74f6e01eccb5c65a6010324b9151b959cdfa876d3a94783611541123feec8858758efd8f738f9ace5700bad05704ba94c53aaa2f9dce5a7e46b5e2d46
7
+ data.tar.gz: 256288cc11e45fdc845785ad466511696fd49a1cbbf0ee66aa70f65ad9031f89a158996c66ecb1c7c1e27c37e7c1bfc92d6e3a48f2c660a7402062774923310b
@@ -1,3 +1,3 @@
1
1
  module FaalisContacts
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faalis_contacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sameer Rahmani
@@ -9,104 +9,104 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-16 00:00:00.000000000 Z
12
+ date: 2014-06-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 4.0.2
20
+ version: 4.1.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 4.0.2
27
+ version: 4.1.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: sqlite3
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: jquery-rails
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: uglifier
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: 1.3.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: 1.3.0
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: sass-rails
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ~>
74
+ - - "~>"
75
75
  - !ruby/object:Gem::Version
76
76
  version: 4.0.0
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ~>
81
+ - - "~>"
82
82
  - !ruby/object:Gem::Version
83
83
  version: 4.0.0
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: jbuilder
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ~>
88
+ - - "~>"
89
89
  - !ruby/object:Gem::Version
90
90
  version: '1.2'
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - ~>
95
+ - - "~>"
96
96
  - !ruby/object:Gem::Version
97
97
  version: '1.2'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: globalize
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - '>='
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: 4.0.0.alpha.2
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - '>='
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
111
  version: 4.0.0.alpha.2
112
112
  description: Contacts plugin for Faalis. Provide very complete contacts application.
@@ -117,57 +117,57 @@ executables: []
117
117
  extensions: []
118
118
  extra_rdoc_files: []
119
119
  files:
120
- - app/models/contact_type.rb
121
- - app/models/contact_field.rb
122
- - app/models/contact_details.rb
120
+ - LICENSE
121
+ - README.md
122
+ - Rakefile
123
+ - app/assets/javascripts/faalis_contacts/application.js
124
+ - app/assets/javascripts/faalis_contacts/modules/contact.js
125
+ - app/assets/javascripts/faalis_contacts/modules/contact_field.js
126
+ - app/assets/javascripts/faalis_contacts/modules/contact_type.js
127
+ - app/controllers/api/v1/contact_details_controller.rb
128
+ - app/controllers/api/v1/contact_fields_controller.rb
129
+ - app/controllers/api/v1/contact_types_controller.rb
130
+ - app/controllers/api/v1/contacts_controller.rb
123
131
  - app/models/contact.rb
124
- - app/views/angularjs_templates/contact_type/new.html
125
- - app/views/angularjs_templates/contact_type/index.html
126
- - app/views/angularjs_templates/contact_type/details.html
127
- - app/views/angularjs_templates/contact/new.html
128
- - app/views/angularjs_templates/contact/index.html
132
+ - app/models/contact_details.rb
133
+ - app/models/contact_field.rb
134
+ - app/models/contact_type.rb
129
135
  - app/views/angularjs_templates/contact/details.html
130
- - app/views/angularjs_templates/contact_field/new.html
131
- - app/views/angularjs_templates/contact_field/index.html
136
+ - app/views/angularjs_templates/contact/index.html
137
+ - app/views/angularjs_templates/contact/new.html
132
138
  - app/views/angularjs_templates/contact_field/details.html
133
- - app/views/api/v1/contact_fields/show.json.jbuilder
134
- - app/views/api/v1/contact_fields/destroy.json.jbuilder
139
+ - app/views/angularjs_templates/contact_field/index.html
140
+ - app/views/angularjs_templates/contact_field/new.html
141
+ - app/views/angularjs_templates/contact_type/details.html
142
+ - app/views/angularjs_templates/contact_type/index.html
143
+ - app/views/angularjs_templates/contact_type/new.html
144
+ - app/views/api/v1/contact_details/destroy.json.jbuilder
135
145
  - app/views/api/v1/contact_fields/create.json.jbuilder
136
- - app/views/api/v1/contact_fields/update.json.jbuilder
146
+ - app/views/api/v1/contact_fields/destroy.json.jbuilder
137
147
  - app/views/api/v1/contact_fields/index.json.jbuilder
138
- - app/views/api/v1/contact_types/show.json.jbuilder
139
- - app/views/api/v1/contact_types/destroy.json.jbuilder
148
+ - app/views/api/v1/contact_fields/show.json.jbuilder
149
+ - app/views/api/v1/contact_fields/update.json.jbuilder
140
150
  - app/views/api/v1/contact_types/create.json.jbuilder
141
- - app/views/api/v1/contact_types/update.json.jbuilder
151
+ - app/views/api/v1/contact_types/destroy.json.jbuilder
142
152
  - app/views/api/v1/contact_types/index.json.jbuilder
143
- - app/views/api/v1/contacts/show.json.jbuilder
144
- - app/views/api/v1/contacts/destroy.json.jbuilder
153
+ - app/views/api/v1/contact_types/show.json.jbuilder
154
+ - app/views/api/v1/contact_types/update.json.jbuilder
145
155
  - app/views/api/v1/contacts/create.json.jbuilder
146
- - app/views/api/v1/contacts/update.json.jbuilder
156
+ - app/views/api/v1/contacts/destroy.json.jbuilder
147
157
  - app/views/api/v1/contacts/index.json.jbuilder
148
- - app/views/api/v1/contact_details/destroy.json.jbuilder
149
- - app/assets/javascripts/faalis_contacts/application.js
150
- - app/assets/javascripts/faalis_contacts/modules/contact.js
151
- - app/assets/javascripts/faalis_contacts/modules/contact_type.js
152
- - app/assets/javascripts/faalis_contacts/modules/contact_field.js
153
- - app/controllers/api/v1/contact_fields_controller.rb
154
- - app/controllers/api/v1/contact_types_controller.rb
155
- - app/controllers/api/v1/contact_details_controller.rb
156
- - app/controllers/api/v1/contacts_controller.rb
158
+ - app/views/api/v1/contacts/show.json.jbuilder
159
+ - app/views/api/v1/contacts/update.json.jbuilder
157
160
  - config/routes.rb
158
- - db/migrate/20140113071029_create_contact_fields.rb
159
161
  - db/migrate/20140109115319_create_contacts.rb
160
162
  - db/migrate/20140111082843_create_contact_details.rb
163
+ - db/migrate/20140113071029_create_contact_fields.rb
161
164
  - db/migrate/20140113071738_create_contact_types.rb
162
165
  - db/seeds.rb
163
- - lib/faalis_contacts/version.rb
164
- - lib/faalis_contacts/engine.rb
165
166
  - lib/faalis_contacts.rb
166
- - lib/tasks/faalis_contacts_tasks.rake
167
+ - lib/faalis_contacts/engine.rb
168
+ - lib/faalis_contacts/version.rb
167
169
  - lib/tasks/build.rake
168
- - LICENSE
169
- - Rakefile
170
- - README.md
170
+ - lib/tasks/faalis_contacts_tasks.rake
171
171
  homepage: https://github.com/Yellowen/faalis_contacts
172
172
  licenses:
173
173
  - GPL-2
@@ -178,17 +178,17 @@ require_paths:
178
178
  - lib
179
179
  required_ruby_version: !ruby/object:Gem::Requirement
180
180
  requirements:
181
- - - '>='
181
+ - - ">="
182
182
  - !ruby/object:Gem::Version
183
183
  version: '0'
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
- - - '>='
186
+ - - ">="
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
190
  rubyforge_project:
191
- rubygems_version: 2.0.3
191
+ rubygems_version: 2.2.0
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: Contacts plugin for Faalis.