tpope-pickler 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. data/lib/pickler.rb +1 -1
  2. data/pickler.gemspec +2 -2
  3. metadata +2 -2
data/lib/pickler.rb CHANGED
@@ -106,7 +106,7 @@ class Pickler
106
106
 
107
107
  def scenario_word
108
108
  require 'cucumber'
109
- Cucumber::Parser::I18n::Language[@lang].scenario_keyword.chomp(':')
109
+ Cucumber::LANGUAGES[@lang]['scenario']
110
110
  end
111
111
 
112
112
  def format
data/pickler.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "pickler"
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
 
5
5
  s.summary = "PIvotal traCKer Liaison to cucumbER"
6
6
  s.description = "Synchronize between Cucumber and Pivotal Tracker"
@@ -24,5 +24,5 @@ Gem::Specification.new do |s|
24
24
  "lib/pickler/tracker/note.rb"
25
25
  ]
26
26
  s.add_dependency("activesupport", [">= 2.0.0"])
27
- s.add_dependency("cucumber", [">= 0.3.90"])
27
+ s.add_dependency("cucumber", [">= 0.3.96"])
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tpope-pickler
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
  - Tim Pope
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.3.90
33
+ version: 0.3.96
34
34
  version:
35
35
  description: Synchronize between Cucumber and Pivotal Tracker
36
36
  email: ruby@tpope.info