https://github.com/ethomson/ersatz
Not much of a gem at all
https://github.com/ethomson/ersatz
Last synced: over 1 year ago
JSON representation
Not much of a gem at all
- Host: GitHub
- URL: https://github.com/ethomson/ersatz
- Owner: ethomson
- Created: 2016-07-26T20:51:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T22:45:25.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T01:08:15.345Z (about 2 years ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ersatz
======
This is a dummy gem for testing things that load gems. In particular,
there are multiple versions of Ersatz so that you can ensure that you
are loading the correct version (or versions).
Example:
require 'ersatz'
ersatz_version = ErsatzConstants::VERSION
or:
ersatz_version = Ersatz.new.version