Skip to content

Commit

Permalink
Merge pull request #18 from ecbrodie/prepare-for-v1.0.0
Browse files Browse the repository at this point in the history
Prepare Vorpal for v1.0.0 release
  • Loading branch information
sskirby authored Jun 26, 2018
2 parents 4629430 + f0e833f commit b3728e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Or install it yourself as:

## Usage

**Warning! API still in flux! Expect it to change with every release until 0.1.0. After this point, semantic versioning will be used.**

Start with a domain model of POROs and AR::Base objects that form an aggregate:

```ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/vorpal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vorpal
VERSION = "0.1.0.rc3"
VERSION = "1.0.0"
end
2 changes: 2 additions & 0 deletions vorpal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.1.6"

spec.add_runtime_dependency "simple_serializer", "~> 1.0"
spec.add_runtime_dependency "equalizer"
spec.add_runtime_dependency "activesupport"
Expand Down

0 comments on commit b3728e1

Please sign in to comment.