Sha256: 0fbe868825588495dcfc80fa98283e53c14943019981bd973d6a3510af634a59

Contents?: true

Size: 669 Bytes

Versions: 6

Compression:

Stored size: 669 Bytes

Contents

Process of separation from ib-ruby
==================================

* Create the gem with bundle  
  `bundle gem ib-symbols` 

* Move essential files from ib-ruby  
  Source is `lib/ib/symbols` and `lib/ib/symbols_base.rb`
	
* modify `lib/ib/symbols.rb`  
  * Transfer code from `symbols_base.rb_`
	* Add require-statements

* include `bin/console`  
  Copy from `bin/console` and modify to enable offline usage as default  
	Copy `console.yml` as well

* add TestSuite  
  Copy `Guardfile` from ib-ruby  
	Copy `spec_helper` to `spec` directory and modify
	Copy `symbols_spec.rb` to `spec` directory and modify
	Run `bundle exec guard` 

* push gem to github



  

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ib-symbols-1.5 build.md
ib-symbols-1.4 build.md
ib-symbols-1.3 build.md
ib-symbols-1.2 build.md
ib-symbols-1.1 build.md
ib-symbols-1.0 build.md