Sha256: 683d05448b5e851781acc868ea2474fd8bf28828a2e504b2ba91e3d26fb9355c

Contents?: true

Size: 1.39 KB

Versions: 31

Compression:

Stored size: 1.39 KB

Contents

#define RUBY_VERSION "1.9.3"
#define RUBY_PATCHLEVEL -1

#define RUBY_RELEASE_DATE "2011-07-31"
#define RUBY_RELEASE_YEAR 2011
#define RUBY_RELEASE_MONTH 7
#define RUBY_RELEASE_DAY 31

#include "ruby/version.h"

#if !defined RUBY_LIB_VERSION && defined RUBY_LIB_VERSION_STYLE
# if RUBY_LIB_VERSION_STYLE == 3
#   define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)"."STRINGIZE(RUBY_API_VERSION_MINOR)"."STRINGIZE(RUBY_API_VERSION_TEENY)
# elif RUBY_LIB_VERSION_STYLE == 2
#   define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)"."STRINGIZE(RUBY_API_VERSION_MINOR)
# endif
#endif

#if RUBY_PATCHLEVEL == -1
#define RUBY_PATCHLEVEL_STR "dev"
#else
#define RUBY_PATCHLEVEL_STR "p"STRINGIZE(RUBY_PATCHLEVEL)
#endif

#ifndef RUBY_REVISION
# include "revision.h"
#endif
# ifndef RUBY_REVISION
# define RUBY_REVISION 0
#endif

#if RUBY_REVISION
# ifdef RUBY_BRANCH_NAME
#  define RUBY_REVISION_STR " "RUBY_BRANCH_NAME" "STRINGIZE(RUBY_REVISION)
# else
#  define RUBY_REVISION_STR " revision "STRINGIZE(RUBY_REVISION)
# endif
#else
# define RUBY_REVISION_STR ""
#endif

# define RUBY_DESCRIPTION	    \
    "ruby "RUBY_VERSION		    \
    RUBY_PATCHLEVEL_STR             \
    " ("RUBY_RELEASE_DATE	    \
    RUBY_REVISION_STR") "	    \
    "["RUBY_PLATFORM"]"
# define RUBY_COPYRIGHT 	    \
    "ruby - Copyright (C) "	    \
    STRINGIZE(RUBY_BIRTH_YEAR)"-"   \
    STRINGIZE(RUBY_RELEASE_YEAR)" " \
    RUBY_AUTHOR

Version data entries

31 entries across 31 versions & 4 rubygems

Version Path
binding_of_caller-0.8.0 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.7.3 ext/binding_of_caller/ruby_headers/193/version.h
coverband_ext-1.1.0 ext/coverband_ext/ruby_headers/193/version.h
coverband_ext-1.0.1 ext/coverband_ext/ruby_headers/193/version.h
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/binding_of_caller-0.7.2/ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.7.3.pre1 ext/binding_of_caller/ruby_headers/193/version.h
coverband_ext-1.0.0 ext/coverband_ext/ruby_headers/193/version.h
coverband_ext-0.0.2 ext/coverband_ext/ruby_headers/193/version.h
coverband_ext-0.0.1 ext/coverband_ext/ruby_headers/193/version.h
binding_of_caller-0.7.2 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.7.1 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.7 ext/binding_of_caller/ruby_headers/193/version.h
rake-builder-0.8.0 examples/04_zlib/vendor/bundle/gems/binding_of_caller-0.6.8/ext/binding_of_caller/ruby_headers/193/version.h
rake-builder-0.7.0 examples/04_zlib/vendor/bundle/gems/binding_of_caller-0.6.8/ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.6.8 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.6.8pre1 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.6.7 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.6.6 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.6.5 ext/binding_of_caller/ruby_headers/193/version.h
binding_of_caller-0.6.4 ext/binding_of_caller/ruby_headers/193/version.h