Sha256: 38f4148e44d6764dc3299e9fbef79d78070c98c722c1bfbeddd9fa85ee2d7523

Contents?: true

Size: 1.45 KB

Versions: 10

Compression:

Stored size: 1.45 KB

Contents

#define RUBY_VERSION "1.9.2"
#define RUBY_PATCHLEVEL 30
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1

#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 11
#define RUBY_RELEASE_DAY 2
#define RUBY_RELEASE_DATE "2010-11-02"

#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_VERSION_MAJOR)"."STRINGIZE(RUBY_VERSION_MINOR)"."STRINGIZE(RUBY_VERSION_TEENY)
# elif RUBY_LIB_VERSION_STYLE == 2
#   define RUBY_LIB_VERSION STRINGIZE(RUBY_VERSION_MAJOR)"."STRINGIZE(RUBY_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

10 entries across 10 versions & 3 rubygems

Version Path
binding_of_caller-0.8.0 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.7.3 ext/binding_of_caller/ruby_headers/192/version.h
coverband_ext-1.1.0 ext/coverband_ext/ruby_headers/192/version.h
coverband_ext-1.0.1 ext/coverband_ext/ruby_headers/192/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/192/version.h
binding_of_caller-0.7.3.pre1 ext/binding_of_caller/ruby_headers/192/version.h
coverband_ext-1.0.0 ext/coverband_ext/ruby_headers/192/version.h
coverband_ext-0.0.2 ext/coverband_ext/ruby_headers/192/version.h
coverband_ext-0.0.1 ext/coverband_ext/ruby_headers/192/version.h
binding_of_caller-0.7.2 ext/binding_of_caller/ruby_headers/192/version.h