ccls-common_lib 4.0.2 → 4.1.0

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: 2c5c950f8cc1b824b24040adacb64c6582abd1b4
4
- data.tar.gz: 8dca6c8b602fd17aa0c69ea675983d50a16a5981
3
+ metadata.gz: 676abb3bcf88a41401e2081c9bab7434e8697041
4
+ data.tar.gz: c787c42895a2c2878c800e51604d732d72a5eb98
5
5
  SHA512:
6
- metadata.gz: 4197016b80cb37db4f132ab0a105456822c75af97d9eab1475840e2bf1e27d689bbc2df82ade46d9b4be0b857bdc5f3cbe30b866c164fa99109f1bd7cf3b416a
7
- data.tar.gz: 2b0d004a20c4f8c23936efb0519592545098f939ce021745d5851add56c416050312021d5bcddba856ef883963d98289194adda1a58b5921c5b930e43c3f4e03
6
+ metadata.gz: 3e3838affcc230e4f5a0d01d72088fb6b7249b52f3ab8134ea6651a3a85647cc47ca235831401765b936b40687b12744b6b947daec7176ae42d409914c5d340b
7
+ data.tar.gz: 88d0f99729f9bc9d1312d7b2cfa5ce52abbcbbe88ad535112424688616305dde147136374ac3780011095e87baee8a96336166027c09635782bee01b93aa20d8
@@ -114,3 +114,10 @@ module ActiveSupport
114
114
  end # module Pending
115
115
  end # module Testing
116
116
  end # module ActiveSupport
117
+
118
+ #
119
+ # As of Rails 4.1, pending is gone. No biggy as I wasn't using that version.
120
+ # But this change caused my file to not be included.
121
+ # I'd rather use built in code, but I don't like "skip"'s style.
122
+ #
123
+ ActiveSupport::TestCase.send(:include, ActiveSupport::Testing::Pending)
@@ -18,7 +18,7 @@ module CommonLib
18
18
  # end
19
19
  # end
20
20
 
21
- rake_tasks {
21
+ # rake_tasks {
22
22
  #
23
23
  # Use caution. This would load the files in the app's lib/tasks/
24
24
  # Not sure if that was in addition to the gem, or instead of, but
@@ -27,11 +27,11 @@ module CommonLib
27
27
  # load "tasks/common_lib.rake"
28
28
  # load "tasks/csv.rake"
29
29
  # load "tasks/database.rake"
30
-
31
-
32
- Dir["#{File.dirname(__FILE__)}/../tasks/**/*.rake"].sort.each { |ext| load ext }
33
-
34
- }
30
+ #
31
+ #
32
+ # Dir["#{File.dirname(__FILE__)}/../tasks/**/*.rake"].sort.each { |ext| load ext }
33
+ #
34
+ # }
35
35
  end
36
36
 
37
37
  # class Railtie
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ccls-common_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - George 'Jake' Wendt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-31 00:00:00.000000000 Z
11
+ date: 2014-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: CCLS Common Lib gem
14
14
  email: github@jakewendt.com