Sha256: a05dc467b9232db9265d09829256f9663f9be247dde2551c866b2b46a9cfadb8

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 KB

Contents

### 0.1.2 / 2011-02-08

* Opted into [gem-testers.org](http://gem-testers.org/).
* Added `rb` to the list of words to ignore in project names.
* Added common project acronyms to {Ore::Naming}.
* Added more common project name / namespace mappings:
  * `rubygems` -> `Gem`
  * `ar` -> `ActiveRecord`
  * `dm` -> `DataMapper`
  * `js` -> `JavaScript`
  * `msgpack` -> `MsgPack`
  * `github` -> `GitHub`
  * `rdoc` -> `RDoc`
* Renamed `Ore::Defaults` to {Ore::Inferences}.
* Explicitly require `rubygems/specification` and `rubygems/builder`
  to work around a RubyGems 1.5.0 issue.
* Do not explicitly convert dependency versions into Strings.
* Default the root directory passed to {Ore::Project#initialize} to the current
  working directory.
* Fixed typos in the YARD documentation thanks to
  [yard-spellcheck](http://github.com/postmodern/yard-spellcheck).

### 0.1.1 / 2011-01-19

* Require yard ~> 0.6.1.
* Require rspec ~> 2.4.0.
* Added common acronyms used in project namespaces to {Ore::Naming}.
* Added {Ore::Naming#module_of}.
* Renamed `lib/ore.rb` to `lib/ore-core.rb`.
* Removed the RubyGems plugin which auto-loaded {Ore::Specification}.
* Allow multiple dependency versions to be specified as a comma separated
  String.
* Do not set {Ore::Project#has_rdoc} to `true` since it is deprecated
  and only used by YARD.

### 0.1.0 / 2010-11-07

* Initial release:
  * Added {Ore::Naming}.
  * Added {Ore::DocumentFile}.
  * Added {Ore::Versions}:
    * Added {Ore::Versions::Version}.
    * Added {Ore::Versions::VersionConstant}.
    * Added {Ore::Versions::VersionFile}.
  * Added {Ore::Project}:
    * Added {Ore::Checks}.
    * Added `Ore::Defaults`.
    * Added {Ore::Settings}.
  * Added {Ore::Specification}.
* Added {Ore::Project#post_install_message}.
* Added {Ore::Settings#set_post_install_message!}.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ore-core-0.1.2 ChangeLog.md