sapling 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/sapling/version.rb +1 -1
- data/sapling.gemspec +1 -1
- metadata +4 -4
data/lib/sapling/version.rb
CHANGED
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
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:
|