File: version.rb

package info (click to toggle)
ruby-rspec-mocks 2.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 868 kB
  • ctags: 725
  • sloc: ruby: 8,227; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
6
7
module RSpec
  module Mocks
    module Version
      STRING = '2.14.5'
    end
  end
end