macros4cuke 0.3.32 → 0.3.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjlhMDliN2U3MDJiZDBkZDAxNGVhN2RmYjViOTViNjg2MGU0YTk2Zg==
4
+ NjVkMmIzOWZjOTg2YjUyNWQzN2QxMGY4MjMyZGYyYjc0OTk2ZjA3Ng==
5
5
  data.tar.gz: !binary |-
6
- YWUyODE0ZWE4MjEwYzFlYjE3OTI1YjZmOWU3ZDVlMjI0NmZlZDczYw==
6
+ ZDA2ZjNhOWNiYTE4MDczZWYyOWRlNGRkNzE2YzIxMmY1ZWY2N2IzMw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDUxYTdkYTViMTQ0MTc4NWU3M2JiYTY0MzkxODZmNDJlODIyOWY3M2VmODA5
10
- YTcxYWU1NTM3NjVkZDg5ZjAyMDdiZTRkYjRhYWQ5ZjhkNjc5ODc5ZThjMmJm
11
- MGM0NzNmZGQ4ZmVmYTQwNzVlYjllNDA5YjRjY2NmOTRkNDQ3ODM=
9
+ NGY2YmU4MGVlOTgzOTE1ZDM3YzhhZGYyODRiMDE1ZjJiYTE2NGYxYzlkMWY4
10
+ ZGIxODQwNGUwYjU4NzFjNDcwOWM2NGViZjlkZjA0Yjg3YjgwYTZhZWMxZDk5
11
+ NTg3MWRhZjAyYzhkYThjMDEyNTAxNzA4NDIyNmFjZTNiMTkzMjc=
12
12
  data.tar.gz: !binary |-
13
- YTYzOTczYWJmYmRlY2YyMjNhMDRkZGY0YzYwODExNjIwYTk5ZDM0YmRhZWI3
14
- YzY0ZDljYzk3NDg0ZWQ5NjA2ZDMzNGNmMWY3MzVlMzEwYzRiZDRhMzBkYjhi
15
- OWUzM2Q5M2UxZTA4ZTk3MTAyYjVjZDg3N2EzOTM4OGIyZTgwYWQ=
13
+ NmI2Y2FkYmIwNjUyOGViZTkxYjQ1NGQ0MDY0YTliODEyYzM3Y2ZiYjY4Y2Ni
14
+ NzBlZWIyNzgwMDc2ZWY1NzBhYjQ1M2QxNjliZWFkMmEzNjk2MDk0NzkzYzQ3
15
+ OGI3MGJhOTY1NTBkMGFmMmQzNTc5OGVlZWQ3Mzk1OWEwNTE2YTY=
data/.rubocop.yml CHANGED
@@ -16,6 +16,9 @@ DefWithParentheses:
16
16
 
17
17
  EmptyLines:
18
18
  Enabled: false
19
+
20
+ Encoding:
21
+ Enabled: false
19
22
 
20
23
  # Avoid methods longer than 30 lines of code
21
24
  MethodLength:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### 0.3.34 / 2013-06-20
2
+ * [CHANGE] Most files: Except for the i18n sample files, the utf-8 encoding comment was in all Ruby files of the project.
3
+
4
+
5
+ ### 0.3.33 / 2013-06-19
6
+ * [CHANGE] File `travis.yml`: Wrong config in Travis CI. As a temporary workaround, removed RVM environments: - jruby-19mode - ruby-head.
7
+
1
8
  ### 0.3.32 / 2013-06-19
2
9
  * [FIX] File `macros4cuke.gemspec`: Replaced obsolete code for generating the gem (broken with Rubygem v 2+).
3
10
  * [CHANGE] File `macros4cuke.gemspec`: Added development dependency on rubygem version > 2+
data/Rakefile CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  require 'rubygems'
3
2
  require_relative './lib/macros4cuke/constants'
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: demo_steps.rb
3
2
  # A few step definitions for demo and testing purpose.
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: use_macro_steps.rb
3
2
  # Place a copy of this file in the feature/step_definitions folder
4
3
  # of your own Cucumber-based project.
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: env.rb
3
2
 
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro_support.rb
3
2
  # Purpose: Add the support for macros in Cucumber.
4
3
  # This file is meant to be put next to the 'env.rb' file
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: demo_steps.rb
3
2
  # A few step definitions for demo and testing purpose.
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 you should see a paragraph sign §
2
1
  # File: use_macro_steps.rb
3
2
  # Place a copy of this file in the feature/step_definitions folder
4
3
  # of your own Cucumber-based project.
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 You should see a paragraph character: §
2
1
  # File: env.rb
3
2
  # Purpose: Allow Cucumber to load the sample application configuration
4
3
  # and hooks.
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro_support.rb
3
2
  # Purpose: Add the support for macros in Cucumber.
4
3
  # This file is meant to be put next to the 'env.rb' file
data/lib/macro_steps.rb CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro_steps.rb
3
2
  # Purpose: step definitions that help to build macro-steps
4
3
  # (i.e. a step that is equivalent to a sequence of steps)
@@ -1,10 +1,9 @@
1
- # encoding: utf-8
2
1
  # File: constants.rb
3
2
  # Purpose: definition of Macros4Cuke constants.
4
3
 
5
4
  module Macros4Cuke # Module used as a namespace
6
5
  # The version number of the gem.
7
- Version = '0.3.32'
6
+ Version = '0.3.34'
8
7
 
9
8
  # Brief description of the gem.
10
9
  Description = 'Macros for Cucumber'
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 -- You should see a paragraph character: §
2
1
  # File: exceptions.rb
3
2
 
4
3
  module Macros4Cuke # Module used as a namespace
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro-collection.rb
3
2
  # Purpose: Implementation of the MacroCollection class.
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro-step-support.rb
3
2
 
4
3
  require_relative 'exceptions'
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro-step.rb
3
2
  # Purpose: Implementation of the MacroStep class.
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: engine.rb
3
2
  # Purpose: Implementation of the MacroStep class.
4
3
 
data/lib/macros4cuke.rb CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 -- You should see a paragraph character: §
2
1
  # File: macros4cuke.rb
3
2
  # This file acts as a jumping-off point for loading dependencies expected
4
3
  # for a Macros4Cuke user.
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 -- You should see a paragraph character: §
2
1
  # File: macro-collection_spec.rb
3
2
 
4
3
  require_relative '../spec_helper'
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro-step_spec.rb
3
2
 
4
3
  require_relative '../spec_helper'
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: macro-step_spec.rb
3
2
 
4
3
 
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 -- You should see a paragraph character: §
2
1
  # File: engine_spec.rb
3
2
 
4
3
  require_relative '../../spec_helper'
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 -- You should see a paragraph character: §
2
1
  # File: section_spec.rb
3
2
 
4
3
  require_relative '../../spec_helper'
@@ -1,4 +1,3 @@
1
- # encoding: utf-8 -- You should see a paragraph character: §
2
1
  # File: section_spec.rb
3
2
 
4
3
  require_relative '../../spec_helper'
data/spec/spec_helper.rb CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # File: spec_helper.rb
3
2
  # Purpose: utility file that is loaded by all our RSpec files
4
3
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: macros4cuke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.32
4
+ version: 0.3.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Geshef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-18 00:00:00.000000000 Z
11
+ date: 2013-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber