~ubuntu-branches/ubuntu/wily/ruby-cri/wily

« back to all changes in this revision

Viewing changes to lib/cri/version.rb

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2015-05-25 00:48:53 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150525004853-vthmf7zp9j74ahry
Tags: 2.7.0-1
* Imported Upstream version 2.7.0
* refresh privacy-breach.patch
* bump Standards-Version to 3.9.6 (no changes needed)
* use the rake method to run the tests
* invoke directly yard instead of using upstream Rakefile to build the
  documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# encoding: utf-8
2
2
 
3
3
module Cri
4
 
 
5
4
  # The current Cri version.
6
 
  VERSION = '2.6.1'
7
 
 
 
5
  VERSION = '2.7.0'
8
6
end