sapling 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/sapling/version.rb +1 -1
  2. data/sapling.gemspec +1 -1
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Sapling
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/sapling.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Sapling::VERSION
8
8
  s.authors = ["Shane Brinkman-Davis", "Jason Strutz"]
9
9
  s.email = ["shanebdavis@imikimi.com", "jason@cumuluscode.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/imikimi/sapling"
11
11
  s.summary = %q{Incrementally roll out your features. Uses ActiveRecord to store configuration and supports client-side roll-out of cached pages.}
12
12
  s.description = %q{Sapling lets you seed your new features to just a few users at a time. You can change which and how many users are seeded for a feature dynamically by updating the database via the Sapling API. Core features are the ability to seed a feature for specific users and/or a percentage of users.}
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sapling
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shane Brinkman-Davis
@@ -203,7 +203,7 @@ files:
203
203
  - spec/spec.opts
204
204
  - spec/spec_helper.rb
205
205
  has_rdoc: true
206
- homepage: ""
206
+ homepage: https://github.com/imikimi/sapling
207
207
  licenses: []
208
208
 
209
209
  post_install_message: