lotus-utils 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,20 @@
1
- $:.unshift 'lib'
1
+ require 'rubygems'
2
+ require 'bundler/setup'
2
3
 
3
- if ENV['COVERAGE']
4
+ if ENV['COVERAGE'] == 'true'
4
5
  require 'simplecov'
6
+ require 'coveralls'
7
+
8
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
9
+ SimpleCov::Formatter::HTMLFormatter,
10
+ Coveralls::SimpleCov::Formatter
11
+ ]
12
+
5
13
  SimpleCov.start do
6
- add_filter 'test'
7
- command_name 'Mintest'
14
+ command_name 'test'
15
+ add_filter 'test'
8
16
  end
9
17
  end
10
18
 
11
- require 'rubygems'
12
- require 'bundler/setup'
13
- require 'coveralls'
14
- Coveralls.wear!
15
19
  require 'minitest/autorun'
20
+ $:.unshift 'lib'
@@ -2,6 +2,6 @@ require 'test_helper'
2
2
 
3
3
  describe Lotus::Utils::VERSION do
4
4
  it 'exposes version' do
5
- Lotus::Utils::VERSION.must_equal '0.1.0'
5
+ Lotus::Utils::VERSION.must_equal '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lotus-utils
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
  - Luca Guidi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-23 00:00:00.000000000 Z
11
+ date: 2014-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -45,12 +45,13 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - ".coveralls.yml"
49
48
  - ".gitignore"
50
49
  - ".travis.yml"
51
50
  - ".yardopts"
51
+ - CHANGELOG.md
52
+ - CONTRIBUTING.md
52
53
  - Gemfile
53
- - LICENSE.txt
54
+ - LICENSE.md
54
55
  - README.md
55
56
  - Rakefile
56
57
  - lib/lotus/utils.rb
@@ -59,6 +60,7 @@ files:
59
60
  - lib/lotus/utils/class_attribute.rb
60
61
  - lib/lotus/utils/hash.rb
61
62
  - lib/lotus/utils/io.rb
63
+ - lib/lotus/utils/kernel.rb
62
64
  - lib/lotus/utils/path_prefix.rb
63
65
  - lib/lotus/utils/string.rb
64
66
  - lib/lotus/utils/version.rb
@@ -68,6 +70,7 @@ files:
68
70
  - test/class_test.rb
69
71
  - test/hash_test.rb
70
72
  - test/io_test.rb
73
+ - test/kernel_test.rb
71
74
  - test/path_prefix_test.rb
72
75
  - test/string_test.rb
73
76
  - test/test_helper.rb
@@ -92,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
95
  version: '0'
93
96
  requirements: []
94
97
  rubyforge_project:
95
- rubygems_version: 2.2.0
98
+ rubygems_version: 2.2.2
96
99
  signing_key:
97
100
  specification_version: 4
98
101
  summary: Ruby core extentions and Louts utilities
@@ -102,6 +105,7 @@ test_files:
102
105
  - test/class_test.rb
103
106
  - test/hash_test.rb
104
107
  - test/io_test.rb
108
+ - test/kernel_test.rb
105
109
  - test/path_prefix_test.rb
106
110
  - test/string_test.rb
107
111
  - test/test_helper.rb
@@ -1,2 +0,0 @@
1
- service_name: travis-pro
2
- repo_token: xXwDghSC1DjiaetDmdYbITJam1xJOGIRZ