bundler_ext 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --colour
2
+ --format nested
data/COPYING ADDED
@@ -0,0 +1,176 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ bundler_ext
2
+ ===========
3
+
4
+ Simple library leveraging the Bundler Gemfile DSL to load gems already
5
+ on the system and managed by the systems package manager
6
+ (like yum/apt).
7
+
8
+ The purpose of this library is to allow, for instance, yum and rpm to
9
+ manage the dependencies for a project, and simply reuse the Gemfile
10
+ to get the list of directly required gems for (in initial use case) a
11
+ Rails 3.x application. It would be useful in such cases for there to
12
+ be a big switch in Bundler that would allow the user to tell it 'You
13
+ are allevaiated of the responsibility of resolving dependencies, that
14
+ has been taken care of for you. Understandably, since Bundler's
15
+ primary goal is exactly to resolve those dependencies, that project
16
+ has to date not been interested in supporting such functionality.
17
+ However, this is the use case for many linux systems, and this library
18
+ is an initial attempt to get the two approaches to not step on each
19
+ other.
20
+
21
+ ### Example usage: ###
22
+
23
+ Aeolus::Ext::BundlerExt.system_require(File.expand_path('../../Gemfile.in', __FILE__),:default, Rails.env)
24
+
25
+ You may also want to wrap your call in some kind of check, to allow
26
+ non-platform users (ie, mac, or any developer not installing as a
27
+ sysadmin) to still use bundler if they want to. One example would be
28
+ to simply change the name of the Gemfile for rpm setups, something
29
+ like:
30
+
31
+ mv Gemfile Gemfile.in
32
+
33
+ Then, just look for a Gemfile, otherwise, load deps via
34
+ Gemfile.in/BundlerExt.
35
+
36
+ Note there is a reason for the 2 files names (for now at least) -
37
+ Some libraries, like Rspec, Cucumber, and Rails, try to be smart and
38
+ load up dependencies via Bundler themselves if they see a Gemfile in
39
+ the working directory. In some cases this can be overriden, but not
40
+ all, so for now at least, it is safer to just look for a different
41
+ file (and this is easily scripted as well) In the linux deployment
42
+ case, this is not the desired behavior, we explicitly want to say
43
+ 'just use what the package manager has installed'.
data/Rakefile ADDED
@@ -0,0 +1,26 @@
1
+ #
2
+ # Copyright 2011 Red Hat, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ begin
18
+ require 'rspec/core/rake_task'
19
+ rescue LoadError
20
+ puts "Please install development dependencies to run specs"
21
+ end
22
+
23
+ RSpec::Core::RakeTask.new('spec')
24
+
25
+ desc "Run specs"
26
+ task :default => :spec
@@ -0,0 +1,63 @@
1
+ #
2
+ # Copyright 2011 Red Hat, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ require "bundler"
18
+ module Aeolus
19
+ module Ext
20
+ class BundlerExt
21
+ def self.parse_from_gemfile(gemfile,*groups)
22
+ ENV['BUNDLE_GEMFILE'] = gemfile
23
+ groups.map! { |g| g.to_sym }
24
+ groups = [:default] if groups.empty?
25
+ g = Bundler::Dsl.evaluate(gemfile,'foo',true)
26
+ list = []
27
+ g.dependencies.each { |dep|
28
+ next unless ((groups & dep.groups).any? && dep.current_platform?)
29
+ Array(dep.autorequire || dep.name).each do |file|
30
+ list << file
31
+ end
32
+ }
33
+ list
34
+ end
35
+ def self.system_require(gemfile,*groups)
36
+ BundlerExt.parse_from_gemfile(gemfile,*groups).each do |dep|
37
+ #This part ripped wholesale from lib/bundler/runtime.rb (github/master)
38
+ begin
39
+ #puts "Attempting to require #{dep}"
40
+ require dep
41
+ rescue LoadError => e
42
+ #puts "Caught error: #{e.message}"
43
+ if dep.include?('-')
44
+ begin
45
+ namespaced_file = dep.name.gsub('-', '/')
46
+ #puts "Munged the name, now trying to require as #{namespaced_file}"
47
+ require namespaced_file
48
+ rescue LoadError
49
+ raise if $1.gsub('-', '/') != namespaced_file
50
+ end
51
+ else
52
+ puts($1) if $1 != dep
53
+ end
54
+ end
55
+ end
56
+ end
57
+
58
+ def self.output
59
+ ENV['BUNDLER_STDERR'] || $stderr
60
+ end
61
+ end
62
+ end
63
+ end
@@ -0,0 +1,21 @@
1
+ #
2
+ # Copyright 2011 Red Hat, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ module Aeolus
18
+ module Ext
19
+ VERSION = '0.1.0'
20
+ end
21
+ end
data/lib/aeolus/ext.rb ADDED
@@ -0,0 +1,18 @@
1
+ #
2
+ # Copyright 2011 Red Hat, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+ #
17
+
18
+ require File.join(File.dirname(__FILE__), 'ext', 'bundler_ext')
@@ -0,0 +1,75 @@
1
+ #
2
+ # Copyright 2011 Red Hat, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+ require 'bundler_ext_helper'
17
+
18
+ module Aeolus
19
+ module Ext
20
+ describe BundlerExt do
21
+ before(:each) do
22
+ @gemfile = 'spec/fixtures/Gemfile.in'
23
+ end
24
+
25
+ describe "#parse_from_gemfile" do
26
+ describe "with no group passed in" do
27
+ it "should return the list of system libraries in the :default group to require" do
28
+ libs = BundlerExt.parse_from_gemfile(@gemfile)
29
+ libs.should be_an(Array)
30
+ libs.should include('deltacloud')
31
+ libs.should_not include('vcr')
32
+ end
33
+ end
34
+ describe "with group passed in" do
35
+ it "should not return any deps that are not in the 'development' group" do
36
+ libs = BundlerExt.parse_from_gemfile(@gemfile,'development')
37
+ libs.should be_an(Array)
38
+ libs.should_not include('deltacloud')
39
+ end
40
+ it "should return only deps that are in the :test group" do
41
+ libs = BundlerExt.parse_from_gemfile(@gemfile, :test)
42
+ libs.should be_an(Array)
43
+ libs.should_not include('deltacloud')
44
+ libs.should include('vcr')
45
+ end
46
+ it "should return deps from both the :default and :test groups" do
47
+ libs = BundlerExt.parse_from_gemfile(@gemfile, :default, :test)
48
+ libs.should be_an(Array)
49
+ libs.should include('deltacloud')
50
+ libs.should include('vcr')
51
+ end
52
+ end
53
+ it "should only return deps for the current platform" do
54
+ libs = BundlerExt.parse_from_gemfile(@gemfile)
55
+ libs.should be_an(Array)
56
+ if RUBY_VERSION < "1.9"
57
+ libs.should_not include('cinch')
58
+ else
59
+ libs.should_not include('fastercsv')
60
+ end
61
+ end
62
+ end
63
+ describe "#system_require" do
64
+ it "should load the libraries in the gemfile" do
65
+ BundlerExt.system_require(@gemfile)
66
+ Object.const_defined?(:DeltaCloud).should be_true
67
+ end
68
+ it "should load the libraries in the gemfile" do
69
+ BundlerExt.system_require(@gemfile, :fail)
70
+ Object.const_defined?(:DeltaCloud).should be_true
71
+ end
72
+ end
73
+ end
74
+ end
75
+ end
@@ -0,0 +1,17 @@
1
+ #
2
+ # Copyright 2011 Red Hat, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+ #require File.expand_path("../../bundler_ext", __FILE__)
17
+ require 'aeolus/ext'
@@ -0,0 +1,13 @@
1
+ source :rubygems
2
+
3
+ gem 'deltacloud-client', :require => 'deltacloud'
4
+ gem 'will_paginate', '>= 3.0.pre1'
5
+ gem 'fastercsv' , :platforms => :mri_18
6
+ gem 'cinch' , :platforms => :mri_19
7
+ gem 'foo', :group => :fail
8
+ group :development, :test do
9
+ gem 'rspec-rails'
10
+ gem 'vcr'
11
+ gem 'webmock'
12
+ gem 'launchy'
13
+ end
metadata ADDED
@@ -0,0 +1,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bundler_ext
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors:
13
+ - Jason Guiditta
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-07-25 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: bundler
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: rspec
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ hash: 27
43
+ segments:
44
+ - 1
45
+ - 3
46
+ - 0
47
+ version: 1.3.0
48
+ type: :development
49
+ version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ name: deltacloud-client
52
+ prerelease: false
53
+ requirement: &id003 !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ type: :development
63
+ version_requirements: *id003
64
+ description: Simple library leveraging the Bundler Gemfile DSL to load gems already on the system and managed by the systems package manager (like yum/apt)
65
+ email:
66
+ - aeolus-devel@lists.fedorahosted.org, jguiditt@redhat.com
67
+ executables: []
68
+
69
+ extensions: []
70
+
71
+ extra_rdoc_files: []
72
+
73
+ files:
74
+ - lib/aeolus/ext.rb
75
+ - lib/aeolus/ext/version.rb
76
+ - lib/aeolus/ext/bundler_ext.rb
77
+ - README.md
78
+ - COPYING
79
+ - Rakefile
80
+ - spec/bundler_ext_helper.rb
81
+ - spec/aeolus/ext/bundler_ext_spec.rb
82
+ - spec/fixtures/Gemfile.in
83
+ - .rspec
84
+ homepage: https://github.com/aeolus-incubator/bundler_ext
85
+ licenses:
86
+ - ASL 2.0
87
+ post_install_message:
88
+ rdoc_options: []
89
+
90
+ require_paths:
91
+ - lib
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ none: false
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ hash: 3
98
+ segments:
99
+ - 0
100
+ version: "0"
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ none: false
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ hash: 3
107
+ segments:
108
+ - 0
109
+ version: "0"
110
+ requirements: []
111
+
112
+ rubyforge_project:
113
+ rubygems_version: 1.8.15
114
+ signing_key:
115
+ specification_version: 3
116
+ summary: Load system gems via Bundler DSL
117
+ test_files:
118
+ - spec/bundler_ext_helper.rb
119
+ - spec/aeolus/ext/bundler_ext_spec.rb
120
+ - spec/fixtures/Gemfile.in
121
+ - .rspec