Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects a typo when specifying dependencies. #130

Merged
merged 1 commit into from
Dec 19, 2015
Merged

Conversation

yundt
Copy link
Contributor

@yundt yundt commented Dec 18, 2015

I believe there's a typo in the dependency specification:

mareknowak@Mareks-MacBook-Pro: ~/stuff/riemann-tools master
$ rake gem                                                                   [12:44:39]
rake aborted!
Gem::Requirement::BadRequirementError: Illformed requirement ["=> 1.22.0"]
/Users/mareknowak/stuff/riemann-tools/Rakefile.rb:31:in `block in <top (required)>'
/Users/mareknowak/stuff/riemann-tools/Rakefile.rb:11:in `new'
/Users/mareknowak/stuff/riemann-tools/Rakefile.rb:11:in `<top (required)>'
(See full trace by running task with --trace)
FAIL: 1

mareknowak@Mareks-MacBook-Pro: ~/stuff/riemann-tools master
$ sed -i "" "s/=>/>=/g" Rakefile.rb                                          [12:44:49]

mareknowak@Mareks-MacBook-Pro: ~/stuff/riemann-tools master ⚡
$ rake gem                                                                   [12:44:55]
# irrelevant output truncated
  Successfully built RubyGem
  Name: riemann-tools
  Version: 0.2.6
  File: riemann-tools-0.2.6.gem
# irrelevant output truncated

I have looked for mentions of the => operator, but couldn't find anything.

@aphyr
Copy link
Collaborator

aphyr commented Dec 19, 2015

Good catch, thanks!

aphyr added a commit that referenced this pull request Dec 19, 2015
Corrects a typo when specifying dependencies.
@aphyr aphyr merged commit 412d5c4 into riemann:master Dec 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants