Readme.md in dynamic_parser-0.0.0.pre.5 vs Readme.md in dynamic_parser-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ -[![Code Climate](https://codeclimate.com/github/lucasmartins/dynamic_parser.png)](https://codeclimate.com/github/lucasmartins/dynamic_parser) [![Code Climate](https://codeclimate.com/github/lucasmartins/dynamic_parser/coverage.png)](https://codeclimate.com/github/lucasmartins/dynamic_parser) [ ![Codeship Status for leghoo/dynamic_parser](https://codeship.io/projects/dee1ef60-da1c-0131-2e3f-2a27b6732ed0/status)](https://codeship.io/projects/24259) +[![Code Climate](https://codeclimate.com/github/lucasmartins/dynamic_parser.png)](https://codeclimate.com/github/lucasmartins/dynamic_parser) [![Code Climate](https://codeclimate.com/github/lucasmartins/dynamic_parser/coverage.png)](https://codeclimate.com/github/lucasmartins/dynamic_parser) [ ![Codeship Status for ContaBoa/dynamic_parser](https://codeship.io/projects/dee1ef60-da1c-0131-2e3f-2a27b6732ed0/status)](https://codeship.io/projects/24259) Dynamic Parser ============== **IN PROGRESS** @@ -8,11 +8,11 @@ Install ======= Just add it to your Gemfile - not really ```ruby - gem 'dynamic_parser', github: 'agentevirtual/dynamic_parser' + gem 'dynamic_parser', github: 'ContaBoa/dynamic_parser' ``` Use === @@ -24,11 +24,11 @@ ```ruby # parses the artifact statically class StatelessParser include DynamicParser::MicroParser::Stateless - + def self.detect(txt) txt.include?('static') end def self.parse(txt) @@ -47,11 +47,11 @@ class StatefulParser include DynamicParser::MicroParser::Stateful def initialize @data = [] end - + def detect(txt) self.class.detect(txt) end def self.detect(txt) @@ -99,21 +99,21 @@ end ``` Docs ==== -You should check the [factories](https://github.com/leghoo/dynamic_parser/tree/master/spec/factories) to learn what you need to build your objects, and the [tests](https://github.com/leghoo/dynamic_parser/tree/master/spec/DynamicParser) to learn how to use them. But hey, we have docs [right here](http://rdoc.info/github/leghoo/dynamic_parser/master/frames). +You should check the [factories](https://github.com/ContaBoa/dynamic_parser/tree/master/spec/factories) to learn what you need to build your objects, and the [tests](https://github.com/ContaBoa/dynamic_parser/tree/master/spec/DynamicParser) to learn how to use them. But hey, we have docs [right here](http://rdoc.info/github/ContaBoa/dynamic_parser/master/frames). Roadmap ======= - ...; Contribute ========== -Just fork [DynamicParser](https://github.com/leghoo/dynamic_parser), add your feature+spec, and make a pull request. - +Just fork [DynamicParser](https://github.com/ContaBoa/dynamic_parser), add your feature+spec, and make a pull request. + License ======= -Please see [LICENSE](https://github.com/leghoo/dynamic_parser/blob/master/LICENSE) for licensing details. +Please see [LICENSE](https://github.com/ContaBoa/dynamic_parser/blob/master/LICENSE) for licensing details.