infopark_rails_connector_meta 1.6.1 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
 
22
22
  s.add_development_dependency "rspec"
23
23
 
24
- s.add_runtime_dependency "activerecord", '>= 3.0.10', '<= 3.2.11'
25
- s.add_runtime_dependency "activesupport", '>= 3.0.10', '<= 3.2.11'
24
+ s.add_runtime_dependency "activerecord", '>= 3.0.10', '<= 3.2.12'
25
+ s.add_runtime_dependency "activesupport", '>= 3.0.10', '<= 3.2.12'
26
26
  s.add_runtime_dependency "infopark_rails_connector"
27
27
  end
data/lib/meta.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  require 'meta/eager_loader'
2
3
  require 'meta/base'
3
4
  require 'meta/obj_class'
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module RailsConnector
2
3
 
3
4
  # The methods date?, enum?, html?, linklist?, markdown?, multienum?, string? and
@@ -90,4 +91,4 @@ EOM
90
91
 
91
92
  end
92
93
 
93
- end
94
+ end
data/lib/meta/base.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  require 'meta/eager_loader'
2
3
 
3
4
  module RailsConnector
@@ -142,4 +143,4 @@ module RailsConnector
142
143
 
143
144
  end
144
145
 
145
- end
146
+ end
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module RailsConnector
2
3
  class BlobMapping < RailsConnector::InfoparkBase
3
4
  def self.exists?
@@ -8,4 +9,4 @@ module RailsConnector
8
9
  find_by_blob_name(name).fingerprint
9
10
  end
10
11
  end
11
- end
12
+ end
data/lib/meta/channel.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  # @author Anton Mezin
2
3
  module RailsConnector
3
4
  class Channel < InfoparkBase
data/lib/meta/content.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module RailsConnector
2
3
 
3
4
  # This class allows us to read out the editor of an Obj,
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  require 'singleton'
2
3
 
3
4
  module RailsConnector
@@ -37,4 +38,4 @@ module RailsConnector
37
38
  end
38
39
  end
39
40
  end
40
- end
41
+ end
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module RailsConnector
2
3
 
3
4
  # This class is used to read out the custom attributes,
@@ -129,4 +130,4 @@ module RailsConnector
129
130
 
130
131
  end
131
132
 
132
- end
133
+ end
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module RailsConnector
2
3
 
3
4
  # This class allows us to read out the version and
data/lib/meta/version.rb CHANGED
@@ -1,5 +1,6 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module RailsConnector
2
3
  module Meta
3
- VERSION = "1.6.1"
4
+ VERSION = "1.6.3"
4
5
  end
5
6
  end
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
3
 
3
4
  #describe "InfoparkRailsConnectorMeta" do
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  # This file is copied to spec/ when you run 'rails generate rspec:install'
2
3
  ENV["RAILS_ENV"] ||= 'test'
3
4
  require 'active_support/all'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_rails_connector_meta
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 1
10
- version: 1.6.1
9
+ - 3
10
+ version: 1.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tomasz Przedmojski
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-17 00:00:00 +01:00
18
+ date: 2013-02-13 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -48,12 +48,12 @@ dependencies:
48
48
  version: 3.0.10
49
49
  - - <=
50
50
  - !ruby/object:Gem::Version
51
- hash: 25
51
+ hash: 23
52
52
  segments:
53
53
  - 3
54
54
  - 2
55
- - 11
56
- version: 3.2.11
55
+ - 12
56
+ version: 3.2.12
57
57
  type: :runtime
58
58
  version_requirements: *id002
59
59
  - !ruby/object:Gem::Dependency
@@ -72,12 +72,12 @@ dependencies:
72
72
  version: 3.0.10
73
73
  - - <=
74
74
  - !ruby/object:Gem::Version
75
- hash: 25
75
+ hash: 23
76
76
  segments:
77
77
  - 3
78
78
  - 2
79
- - 11
80
- version: 3.2.11
79
+ - 12
80
+ version: 3.2.12
81
81
  type: :runtime
82
82
  version_requirements: *id003
83
83
  - !ruby/object:Gem::Dependency