FluxTuna.gemspec in FluxTuna-0.0.4 vs FluxTuna.gemspec in FluxTuna-0.0.5
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{FluxTuna}
- s.version = "0.0.4"
+ s.version = "0.0.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Love"]
s.date = %q{2011-05-10}
s.description = %q{See: http://research.homeunix.org.uk}
@@ -25,12 +25,33 @@
"HISTORY",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
- "lib/FluxTuna.rb",
- "test/helper.rb",
- "test/test_FluxTuna.rb"
+ "lib/bind/bind.rb",
+ "lib/core/core.rb",
+ "lib/core/name_trie.rb",
+ "lib/flux_tuna.rb",
+ "lib/mutate/mutate.rb",
+ "lib/shatter/shatter.rb",
+ "lib/witness/abstract_witness.rb",
+ "lib/witness/dir_file_witness.rb",
+ "lib/witness/witness.rb",
+ "test/data/bayeux/Labs/Lab1/L1_Internet.byx",
+ "test/data/bayeux/Labs/Lab1/L1_Internet.yaml",
+ "test/data/bayeux/Labs/Lab2/L2_StaticR.byx",
+ "test/data/bayeux/Labs/Lab2/L2_StaticR.yaml",
+ "test/data/bayeux/Labs/Lab3/L3_DNS.byx",
+ "test/data/bayeux/Labs/Lab3/L3_DNS.yaml",
+ "test/data/bayeux/Labs/Labs.byx",
+ "test/data/bayeux/Labs/Labs.yaml",
+ "test/data/bayeux/Resources/Resources.byx",
+ "test/data/bayeux/Resources/Resources.yaml",
+ "test/data/bayeux/Welcome.byx",
+ "test/data/bayeux/Welcome.yaml",
+ "test/data/data_test.rb",
+ "test/dir_walk/create_witness_test.rb",
+ "test/init_test.rb"
]
s.homepage = %q{http://github.com/dlove24/FluxTuna}
s.licenses = ["ISC"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}