Skip to content

Commit a501e6e

Browse files
committed
use version number from code
1 parent 080cac3 commit a501e6e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

featurevisor.gemspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
require_relative "lib/featurevisor/version"
2+
13
Gem::Specification.new do |spec|
24
spec.name = "featurevisor"
3-
spec.version = "0.1.0"
4-
spec.authors = ["Your Name"]
5-
spec.email = ["your.email@example.com"]
6-
spec.summary = "Featurevisor Ruby SDK with CLI tools for feature management"
7-
spec.description = "Featurevisor is a Ruby SDK that provides feature flag management, A/B testing, and progressive delivery capabilities. Includes CLI tools for testing, benchmarking, and distribution analysis."
8-
spec.homepage = "https://github.com/yourusername/featurevisor"
5+
spec.version = Featurevisor::VERSION
6+
spec.authors = ["Fahad Heylaal"]
7+
spec.summary = "Featurevisor Ruby SDK"
8+
spec.description = "Featurevisor Ruby SDK with CLI tools for feature flags management"
9+
spec.homepage = "https://featurevisor.com"
910
spec.license = "MIT"
1011
spec.required_ruby_version = ">= 2.6.0"
1112

0 commit comments

Comments
 (0)