Skip to content

Commit

Permalink
Rename messages to cucumber-messaged
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Sep 15, 2018
1 parent fee7265 commit 65a47bf
Show file tree
Hide file tree
Showing 85 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SHELL := /usr/bin/env bash
MAKEFILES=c21e/Makefile \
messages/Makefile \
cucumber-messages/Makefile \
dots-formatter/Makefile \
gherkin/Makefile \
datatable/Makefile \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gherkin/java/pom.xml
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>messages</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gherkin/javascript/package.json
Expand Up @@ -52,6 +52,6 @@
},
"dependencies": {
"c21e": "cucumber/c21e-javascript",
"cucumber-messages": "cucumber/cucumber-messages-javascript"
"cucumber-messages": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions gherkin/ruby/gherkin.gemspec
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.required_ruby_version = ">= 1.9.3"

# TODO: Add this dependency before making a release
# s.add_dependency 'cucumber-messages', SOME_VERSION
# TODO: Add dependency on c21e before making a release
s.add_dependency 'cucumber-messages', '1.0.0'

s.add_development_dependency 'bundler'
s.add_development_dependency 'rake', '~> 10.5'
Expand Down

0 comments on commit 65a47bf

Please sign in to comment.