requirejs_integrator 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -1,6 +1,6 @@
1
- # encoding: utf-8
1
+ # frozen_string_literal: true
2
2
 
3
- # Copyright (C) 2015,2016 Szymon Kopciewski
3
+ # Copyright (C) 2015, 2016, 2017 Szymon Kopciewski
4
4
  #
5
5
  # This file is part of RequirejsIntegrator.
6
6
  #
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module RequirejsIntegrator
21
- VERSION = "3.0.1".freeze
21
+ VERSION = "3.0.2"
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: requirejs_integrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-10 00:00:00.000000000 Z
11
+ date: 2017-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: piko_model
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: simplecov
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: codeclimate-test-reporter
85
99
  requirement: !ruby/object:Gem::Requirement