consul 0.12.2 → 0.12.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of consul might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/consul.gemspec +1 -1
- data/lib/consul/version.rb +1 -1
- metadata +2 -126
- data/spec/rails-2.3/Gemfile +0 -13
- data/spec/rails-2.3/Gemfile.lock +0 -65
- data/spec/rails-2.3/Rakefile +0 -11
- data/spec/rails-2.3/app_root/app +0 -1
- data/spec/rails-2.3/app_root/config/boot.rb +0 -128
- data/spec/rails-2.3/app_root/config/database.yml +0 -21
- data/spec/rails-2.3/app_root/config/environment.rb +0 -14
- data/spec/rails-2.3/app_root/config/environments/in_memory.rb +0 -0
- data/spec/rails-2.3/app_root/config/environments/mysql.rb +0 -0
- data/spec/rails-2.3/app_root/config/environments/postgresql.rb +0 -0
- data/spec/rails-2.3/app_root/config/environments/sqlite.rb +0 -0
- data/spec/rails-2.3/app_root/config/environments/sqlite3.rb +0 -0
- data/spec/rails-2.3/app_root/config/initializers/fix_missing_source_file.rb +0 -1
- data/spec/rails-2.3/app_root/config/preinitializer.rb +0 -20
- data/spec/rails-2.3/app_root/config/routes.rb +0 -21
- data/spec/rails-2.3/app_root/db +0 -1
- data/spec/rails-2.3/app_root/log/.gitignore +0 -1
- data/spec/rails-2.3/rcov.opts +0 -2
- data/spec/rails-2.3/spec.opts +0 -4
- data/spec/rails-2.3/spec/spec_helper.rb +0 -36
- data/spec/rails-3.0/.rspec +0 -2
- data/spec/rails-3.0/Gemfile +0 -11
- data/spec/rails-3.0/Gemfile.lock +0 -126
- data/spec/rails-3.0/Rakefile +0 -11
- data/spec/rails-3.0/app_root/.gitignore +0 -4
- data/spec/rails-3.0/app_root/app +0 -1
- data/spec/rails-3.0/app_root/config/application.rb +0 -31
- data/spec/rails-3.0/app_root/config/boot.rb +0 -13
- data/spec/rails-3.0/app_root/config/database.yml +0 -4
- data/spec/rails-3.0/app_root/config/environment.rb +0 -5
- data/spec/rails-3.0/app_root/config/environments/test.rb +0 -35
- data/spec/rails-3.0/app_root/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/rails-3.0/app_root/config/initializers/inflections.rb +0 -10
- data/spec/rails-3.0/app_root/config/initializers/mime_types.rb +0 -5
- data/spec/rails-3.0/app_root/config/initializers/secret_token.rb +0 -7
- data/spec/rails-3.0/app_root/config/initializers/session_store.rb +0 -8
- data/spec/rails-3.0/app_root/config/routes.rb +0 -3
- data/spec/rails-3.0/app_root/db +0 -1
- data/spec/rails-3.0/app_root/lib/tasks/.gitkeep +0 -0
- data/spec/rails-3.0/app_root/log/.gitkeep +0 -0
- data/spec/rails-3.0/app_root/script/rails +0 -6
- data/spec/rails-3.0/rcov.opts +0 -2
- data/spec/rails-3.0/spec/spec_helper.rb +0 -23
- data/spec/rails-3.2/.rspec +0 -2
- data/spec/rails-3.2/Gemfile +0 -11
- data/spec/rails-3.2/Gemfile.lock +0 -135
- data/spec/rails-3.2/Rakefile +0 -11
- data/spec/rails-3.2/app_root/.gitignore +0 -4
- data/spec/rails-3.2/app_root/app +0 -1
- data/spec/rails-3.2/app_root/config/application.rb +0 -31
- data/spec/rails-3.2/app_root/config/boot.rb +0 -13
- data/spec/rails-3.2/app_root/config/database.yml +0 -4
- data/spec/rails-3.2/app_root/config/environment.rb +0 -5
- data/spec/rails-3.2/app_root/config/environments/test.rb +0 -35
- data/spec/rails-3.2/app_root/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/rails-3.2/app_root/config/initializers/inflections.rb +0 -10
- data/spec/rails-3.2/app_root/config/initializers/mime_types.rb +0 -5
- data/spec/rails-3.2/app_root/config/initializers/secret_token.rb +0 -7
- data/spec/rails-3.2/app_root/config/initializers/session_store.rb +0 -8
- data/spec/rails-3.2/app_root/config/routes.rb +0 -3
- data/spec/rails-3.2/app_root/db +0 -1
- data/spec/rails-3.2/app_root/log/.gitignore +0 -1
- data/spec/rails-3.2/rcov.opts +0 -2
- data/spec/rails-3.2/spec/spec_helper.rb +0 -27
- data/spec/rails-4.1/.rspec +0 -2
- data/spec/rails-4.1/Gemfile +0 -12
- data/spec/rails-4.1/Gemfile.lock +0 -134
- data/spec/rails-4.1/Rakefile +0 -12
- data/spec/rails-4.1/app_root/.gitignore +0 -16
- data/spec/rails-4.1/app_root/app +0 -1
- data/spec/rails-4.1/app_root/bin/bundle +0 -3
- data/spec/rails-4.1/app_root/bin/rails +0 -8
- data/spec/rails-4.1/app_root/bin/rake +0 -8
- data/spec/rails-4.1/app_root/bin/spring +0 -18
- data/spec/rails-4.1/app_root/config/application.rb +0 -28
- data/spec/rails-4.1/app_root/config/boot.rb +0 -4
- data/spec/rails-4.1/app_root/config/database.yml +0 -4
- data/spec/rails-4.1/app_root/config/environment.rb +0 -5
- data/spec/rails-4.1/app_root/config/environments/development.rb +0 -37
- data/spec/rails-4.1/app_root/config/environments/production.rb +0 -83
- data/spec/rails-4.1/app_root/config/environments/test.rb +0 -39
- data/spec/rails-4.1/app_root/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/rails-4.1/app_root/config/initializers/cookies_serializer.rb +0 -3
- data/spec/rails-4.1/app_root/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/rails-4.1/app_root/config/initializers/inflections.rb +0 -16
- data/spec/rails-4.1/app_root/config/initializers/mime_types.rb +0 -4
- data/spec/rails-4.1/app_root/config/initializers/session_store.rb +0 -3
- data/spec/rails-4.1/app_root/config/initializers/wrap_parameters.rb +0 -14
- data/spec/rails-4.1/app_root/config/locales/en.yml +0 -23
- data/spec/rails-4.1/app_root/config/routes.rb +0 -3
- data/spec/rails-4.1/app_root/config/secrets.yml +0 -22
- data/spec/rails-4.1/app_root/db +0 -1
- data/spec/rails-4.1/log/test.log +0 -0
- data/spec/rails-4.1/rcov.opts +0 -2
- data/spec/rails-4.1/spec/spec_helper.rb +0 -30
- data/spec/shared/app_root/app/controllers/application_controller.rb +0 -16
- data/spec/shared/app_root/app/controllers/cakes_controller.rb +0 -55
- data/spec/shared/app_root/app/controllers/client_notes_controller.rb +0 -13
- data/spec/shared/app_root/app/controllers/colors_controller.rb +0 -10
- data/spec/shared/app_root/app/controllers/dashboards_controller.rb +0 -20
- data/spec/shared/app_root/app/controllers/risks_controller.rb +0 -7
- data/spec/shared/app_root/app/controllers/songs_controller.rb +0 -14
- data/spec/shared/app_root/app/controllers/users_controller.rb +0 -13
- data/spec/shared/app_root/app/models/client.rb +0 -9
- data/spec/shared/app_root/app/models/deal.rb +0 -3
- data/spec/shared/app_root/app/models/deal/item.rb +0 -3
- data/spec/shared/app_root/app/models/note.rb +0 -7
- data/spec/shared/app_root/app/models/power.rb +0 -133
- data/spec/shared/app_root/app/models/song.rb +0 -6
- data/spec/shared/app_root/app/models/user.rb +0 -8
- data/spec/shared/app_root/db/migrate/001_create_users.rb +0 -13
- data/spec/shared/app_root/db/migrate/002_create_clients.rb +0 -13
- data/spec/shared/app_root/db/migrate/003_create_notes.rb +0 -13
- data/spec/shared/app_root/db/migrate/004_create_songs.rb +0 -14
- data/spec/shared/consul/active_record_spec.rb +0 -37
- data/spec/shared/consul/controllers/cakes_controller_spec.rb +0 -61
- data/spec/shared/consul/controllers/client_notes_controller_spec.rb +0 -25
- data/spec/shared/consul/controllers/colors_controller_spec.rb +0 -29
- data/spec/shared/consul/controllers/dashboards_controller_spec.rb +0 -26
- data/spec/shared/consul/controllers/risks_controller_spec.rb +0 -9
- data/spec/shared/consul/controllers/songs_controller_spec.rb +0 -13
- data/spec/shared/consul/controllers/users_controller_spec.rb +0 -25
- data/spec/shared/consul/power_spec.rb +0 -688
- data/spec/shared/consul/util_spec.rb +0 -17
data/spec/rails-3.2/.rspec
DELETED
data/spec/rails-3.2/Gemfile
DELETED
data/spec/rails-3.2/Gemfile.lock
DELETED
@@ -1,135 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../..
|
3
|
-
specs:
|
4
|
-
consul (0.12.1)
|
5
|
-
edge_rider (>= 0.3.0)
|
6
|
-
memoizer
|
7
|
-
rails
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actionmailer (3.2.13)
|
13
|
-
actionpack (= 3.2.13)
|
14
|
-
mail (~> 2.5.3)
|
15
|
-
actionpack (3.2.13)
|
16
|
-
activemodel (= 3.2.13)
|
17
|
-
activesupport (= 3.2.13)
|
18
|
-
builder (~> 3.0.0)
|
19
|
-
erubis (~> 2.7.0)
|
20
|
-
journey (~> 1.0.4)
|
21
|
-
rack (~> 1.4.5)
|
22
|
-
rack-cache (~> 1.2)
|
23
|
-
rack-test (~> 0.6.1)
|
24
|
-
sprockets (~> 2.2.1)
|
25
|
-
activemodel (3.2.13)
|
26
|
-
activesupport (= 3.2.13)
|
27
|
-
builder (~> 3.0.0)
|
28
|
-
activerecord (3.2.13)
|
29
|
-
activemodel (= 3.2.13)
|
30
|
-
activesupport (= 3.2.13)
|
31
|
-
arel (~> 3.0.2)
|
32
|
-
tzinfo (~> 0.3.29)
|
33
|
-
activeresource (3.2.13)
|
34
|
-
activemodel (= 3.2.13)
|
35
|
-
activesupport (= 3.2.13)
|
36
|
-
activesupport (3.2.13)
|
37
|
-
i18n (= 0.6.1)
|
38
|
-
multi_json (~> 1.0)
|
39
|
-
arel (3.0.2)
|
40
|
-
assignable_values (0.7.1)
|
41
|
-
activerecord
|
42
|
-
bourne (1.4.0)
|
43
|
-
mocha (~> 0.13.2)
|
44
|
-
builder (3.0.4)
|
45
|
-
diff-lcs (1.2.4)
|
46
|
-
edge_rider (0.3.0)
|
47
|
-
activerecord
|
48
|
-
erubis (2.7.0)
|
49
|
-
hike (1.2.2)
|
50
|
-
i18n (0.6.1)
|
51
|
-
journey (1.0.4)
|
52
|
-
json (1.8.0)
|
53
|
-
mail (2.5.4)
|
54
|
-
mime-types (~> 1.16)
|
55
|
-
treetop (~> 1.4.8)
|
56
|
-
memoizer (1.0.1)
|
57
|
-
metaclass (0.0.1)
|
58
|
-
mime-types (1.23)
|
59
|
-
mocha (0.13.3)
|
60
|
-
metaclass (~> 0.0.1)
|
61
|
-
multi_json (1.7.3)
|
62
|
-
polyglot (0.3.3)
|
63
|
-
rack (1.4.5)
|
64
|
-
rack-cache (1.2)
|
65
|
-
rack (>= 0.4)
|
66
|
-
rack-ssl (1.3.3)
|
67
|
-
rack
|
68
|
-
rack-test (0.6.2)
|
69
|
-
rack (>= 1.0)
|
70
|
-
rails (3.2.13)
|
71
|
-
actionmailer (= 3.2.13)
|
72
|
-
actionpack (= 3.2.13)
|
73
|
-
activerecord (= 3.2.13)
|
74
|
-
activeresource (= 3.2.13)
|
75
|
-
activesupport (= 3.2.13)
|
76
|
-
bundler (~> 1.0)
|
77
|
-
railties (= 3.2.13)
|
78
|
-
railties (3.2.13)
|
79
|
-
actionpack (= 3.2.13)
|
80
|
-
activesupport (= 3.2.13)
|
81
|
-
rack-ssl (~> 1.3.2)
|
82
|
-
rake (>= 0.8.7)
|
83
|
-
rdoc (~> 3.4)
|
84
|
-
thor (>= 0.14.6, < 2.0)
|
85
|
-
rake (10.0.4)
|
86
|
-
rdoc (3.12.2)
|
87
|
-
json (~> 1.4)
|
88
|
-
rspec (2.13.0)
|
89
|
-
rspec-core (~> 2.13.0)
|
90
|
-
rspec-expectations (~> 2.13.0)
|
91
|
-
rspec-mocks (~> 2.13.0)
|
92
|
-
rspec-core (2.13.1)
|
93
|
-
rspec-expectations (2.13.0)
|
94
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
95
|
-
rspec-mocks (2.13.1)
|
96
|
-
rspec-rails (2.13.1)
|
97
|
-
actionpack (>= 3.0)
|
98
|
-
activesupport (>= 3.0)
|
99
|
-
railties (>= 3.0)
|
100
|
-
rspec-core (~> 2.13.0)
|
101
|
-
rspec-expectations (~> 2.13.0)
|
102
|
-
rspec-mocks (~> 2.13.0)
|
103
|
-
rspec_candy (0.2.9)
|
104
|
-
rspec
|
105
|
-
sneaky-save
|
106
|
-
shoulda-matchers (1.5.6)
|
107
|
-
activesupport (>= 3.0.0)
|
108
|
-
bourne (~> 1.3)
|
109
|
-
sneaky-save (0.0.4)
|
110
|
-
activerecord (>= 3.2.0)
|
111
|
-
sprockets (2.2.2)
|
112
|
-
hike (~> 1.2)
|
113
|
-
multi_json (~> 1.0)
|
114
|
-
rack (~> 1.0)
|
115
|
-
tilt (~> 1.1, != 1.3.0)
|
116
|
-
sqlite3 (1.3.7)
|
117
|
-
thor (0.18.1)
|
118
|
-
tilt (1.4.1)
|
119
|
-
treetop (1.4.12)
|
120
|
-
polyglot
|
121
|
-
polyglot (>= 0.3.1)
|
122
|
-
tzinfo (0.3.37)
|
123
|
-
|
124
|
-
PLATFORMS
|
125
|
-
ruby
|
126
|
-
|
127
|
-
DEPENDENCIES
|
128
|
-
assignable_values
|
129
|
-
consul!
|
130
|
-
rails (~> 3.2.0)
|
131
|
-
rspec
|
132
|
-
rspec-rails
|
133
|
-
rspec_candy
|
134
|
-
shoulda-matchers (< 2)
|
135
|
-
sqlite3
|
data/spec/rails-3.2/Rakefile
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
require 'rake'
|
2
|
-
require 'rspec/core/rake_task'
|
3
|
-
|
4
|
-
desc 'Default: Run all specs for a specific rails version.'
|
5
|
-
task :default => :spec
|
6
|
-
|
7
|
-
desc "Run all specs for a specific rails version"
|
8
|
-
RSpec::Core::RakeTask.new(:spec) do |t|
|
9
|
-
t.pattern = defined?(SPEC) ? SPEC : ['**/*_spec.rb', '../shared/**/*_spec.rb']
|
10
|
-
t.verbose = false
|
11
|
-
end
|
data/spec/rails-3.2/app_root/app
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
../../shared/app_root/app
|
@@ -1,31 +0,0 @@
|
|
1
|
-
require File.expand_path('../boot', __FILE__)
|
2
|
-
|
3
|
-
require 'rails/all'
|
4
|
-
|
5
|
-
# If you have a Gemfile, require the gems listed there, including any gems
|
6
|
-
# you've limited to :test, :development, or :production.
|
7
|
-
Bundler.require(:default, Rails.env) if defined?(Bundler)
|
8
|
-
|
9
|
-
module SpecApp
|
10
|
-
class Application < Rails::Application
|
11
|
-
config.encoding = "utf-8"
|
12
|
-
|
13
|
-
config.cache_classes = true
|
14
|
-
config.whiny_nils = true
|
15
|
-
|
16
|
-
config.consider_all_requests_local = true
|
17
|
-
config.action_controller.perform_caching = false
|
18
|
-
|
19
|
-
config.action_dispatch.show_exceptions = false
|
20
|
-
|
21
|
-
config.action_controller.allow_forgery_protection = false
|
22
|
-
|
23
|
-
config.action_mailer.delivery_method = :test
|
24
|
-
|
25
|
-
config.active_support.deprecation = :stderr
|
26
|
-
|
27
|
-
config.root = File.expand_path('../..', __FILE__)
|
28
|
-
|
29
|
-
# railties.plugins << Rails::Plugin.new(File.expand_path('../../../../..', __FILE__))
|
30
|
-
end
|
31
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
require 'rubygems'
|
2
|
-
|
3
|
-
# Set up gems listed in the Gemfile.
|
4
|
-
gemfile = File.expand_path('../../Gemfile', __FILE__)
|
5
|
-
begin
|
6
|
-
ENV['BUNDLE_GEMFILE'] = gemfile
|
7
|
-
require 'bundler'
|
8
|
-
Bundler.setup
|
9
|
-
rescue Bundler::GemNotFound => e
|
10
|
-
STDERR.puts e.message
|
11
|
-
STDERR.puts "Try running `bundle install`."
|
12
|
-
exit!
|
13
|
-
end if File.exist?(gemfile)
|
@@ -1,35 +0,0 @@
|
|
1
|
-
SpecApp::Application.configure do
|
2
|
-
# Settings specified here will take precedence over those in config/application.rb
|
3
|
-
|
4
|
-
# The test environment is used exclusively to run your application's
|
5
|
-
# test suite. You never need to work with it otherwise. Remember that
|
6
|
-
# your test database is "scratch space" for the test suite and is wiped
|
7
|
-
# and recreated between test runs. Don't rely on the data there!
|
8
|
-
config.cache_classes = true
|
9
|
-
|
10
|
-
# Log error messages when you accidentally call methods on nil.
|
11
|
-
config.whiny_nils = true
|
12
|
-
|
13
|
-
# Show full error reports and disable caching
|
14
|
-
config.consider_all_requests_local = true
|
15
|
-
config.action_controller.perform_caching = false
|
16
|
-
|
17
|
-
# Raise exceptions instead of rendering exception templates
|
18
|
-
config.action_dispatch.show_exceptions = false
|
19
|
-
|
20
|
-
# Disable request forgery protection in test environment
|
21
|
-
config.action_controller.allow_forgery_protection = false
|
22
|
-
|
23
|
-
# Tell Action Mailer not to deliver emails to the real world.
|
24
|
-
# The :test delivery method accumulates sent emails in the
|
25
|
-
# ActionMailer::Base.deliveries array.
|
26
|
-
config.action_mailer.delivery_method = :test
|
27
|
-
|
28
|
-
# Use SQL instead of Active Record's schema dumper when creating the test database.
|
29
|
-
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
30
|
-
# like if you have constraints or database-specific column types
|
31
|
-
# config.active_record.schema_format = :sql
|
32
|
-
|
33
|
-
# Print deprecation notices to the stderr
|
34
|
-
config.active_support.deprecation = :stderr
|
35
|
-
end
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
4
|
-
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
5
|
-
|
6
|
-
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
|
7
|
-
# Rails.backtrace_cleaner.remove_silencers!
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Add new inflection rules using the following format
|
4
|
-
# (all these examples are active by default):
|
5
|
-
# ActiveSupport::Inflector.inflections do |inflect|
|
6
|
-
# inflect.plural /^(ox)$/i, '\1en'
|
7
|
-
# inflect.singular /^(ox)en/i, '\1'
|
8
|
-
# inflect.irregular 'person', 'people'
|
9
|
-
# inflect.uncountable %w( fish sheep )
|
10
|
-
# end
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key for verifying the integrity of signed cookies.
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
5
|
-
# Make sure the secret is at least 30 characters and all random,
|
6
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
7
|
-
SpecApp::Application.config.secret_token = 'cb014a08a45243e7143f31e04774c342c1fba329fd594ae1a480d8283b1a851f425dc08044311fb4be6d000b6e6681de7c76d19148419a5ffa0a9f84556d3b33'
|
@@ -1,8 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
SpecApp::Application.config.session_store :cookie_store, :key => '_app_root_session'
|
4
|
-
|
5
|
-
# Use the database for sessions instead of the cookie-based default,
|
6
|
-
# which shouldn't be used to store highly confidential information
|
7
|
-
# (create the session table with "rails generate session_migration")
|
8
|
-
# HasDefaultSpecApp::Application.config.session_store :active_record_store
|
data/spec/rails-3.2/app_root/db
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
../../shared/app_root/db
|
@@ -1 +0,0 @@
|
|
1
|
-
*.log
|
data/spec/rails-3.2/rcov.opts
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
$: << File.join(File.dirname(__FILE__), "/../../lib" )
|
2
|
-
|
3
|
-
ENV['RAILS_ENV'] ||= 'test'
|
4
|
-
ENV['RAILS_ROOT'] = 'app_root'
|
5
|
-
|
6
|
-
FileUtils.rm(Dir.glob("app_root/db/*.db"), :force => true)
|
7
|
-
|
8
|
-
# Load the Rails environment and testing framework
|
9
|
-
require "#{File.dirname(__FILE__)}/../app_root/config/environment"
|
10
|
-
require 'rspec/rails'
|
11
|
-
|
12
|
-
# DatabaseCleaner.strategy = :truncation
|
13
|
-
|
14
|
-
require 'rspec_candy/helpers'
|
15
|
-
|
16
|
-
# Run the migrations
|
17
|
-
print "\033[30m" # dark gray text
|
18
|
-
ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate")
|
19
|
-
print "\033[0m"
|
20
|
-
|
21
|
-
RSpec.configure do |config|
|
22
|
-
config.use_transactional_fixtures = true
|
23
|
-
config.use_instantiated_fixtures = false
|
24
|
-
#config.before(:each) do
|
25
|
-
# DatabaseCleaner.clean
|
26
|
-
#end
|
27
|
-
end
|
data/spec/rails-4.1/.rspec
DELETED
data/spec/rails-4.1/Gemfile
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
gem 'minitest' # fix MiniTest deprecation warnings
|
4
|
-
gem 'assignable_values'
|
5
|
-
gem 'rails', '4.1.0'
|
6
|
-
gem 'rspec'
|
7
|
-
gem 'rspec-rails'
|
8
|
-
gem 'shoulda-matchers'
|
9
|
-
gem 'sqlite3'
|
10
|
-
gem 'rspec_candy'
|
11
|
-
|
12
|
-
gem 'consul', :path => '../..'
|
data/spec/rails-4.1/Gemfile.lock
DELETED
@@ -1,134 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../..
|
3
|
-
specs:
|
4
|
-
consul (0.12.1)
|
5
|
-
edge_rider (>= 0.3.0)
|
6
|
-
memoizer
|
7
|
-
rails
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actionmailer (4.1.0)
|
13
|
-
actionpack (= 4.1.0)
|
14
|
-
actionview (= 4.1.0)
|
15
|
-
mail (~> 2.5.4)
|
16
|
-
actionpack (4.1.0)
|
17
|
-
actionview (= 4.1.0)
|
18
|
-
activesupport (= 4.1.0)
|
19
|
-
rack (~> 1.5.2)
|
20
|
-
rack-test (~> 0.6.2)
|
21
|
-
actionview (4.1.0)
|
22
|
-
activesupport (= 4.1.0)
|
23
|
-
builder (~> 3.1)
|
24
|
-
erubis (~> 2.7.0)
|
25
|
-
activemodel (4.1.0)
|
26
|
-
activesupport (= 4.1.0)
|
27
|
-
builder (~> 3.1)
|
28
|
-
activerecord (4.1.0)
|
29
|
-
activemodel (= 4.1.0)
|
30
|
-
activesupport (= 4.1.0)
|
31
|
-
arel (~> 5.0.0)
|
32
|
-
activesupport (4.1.0)
|
33
|
-
i18n (~> 0.6, >= 0.6.9)
|
34
|
-
json (~> 1.7, >= 1.7.7)
|
35
|
-
minitest (~> 5.1)
|
36
|
-
thread_safe (~> 0.1)
|
37
|
-
tzinfo (~> 1.1)
|
38
|
-
arel (5.0.1.20140414130214)
|
39
|
-
assignable_values (0.9.0)
|
40
|
-
activerecord
|
41
|
-
builder (3.2.2)
|
42
|
-
diff-lcs (1.2.5)
|
43
|
-
edge_rider (0.3.0)
|
44
|
-
activerecord
|
45
|
-
erubis (2.7.0)
|
46
|
-
hike (1.2.3)
|
47
|
-
i18n (0.6.9)
|
48
|
-
json (1.8.1)
|
49
|
-
mail (2.5.4)
|
50
|
-
mime-types (~> 1.16)
|
51
|
-
treetop (~> 1.4.8)
|
52
|
-
memoizer (1.0.1)
|
53
|
-
mime-types (1.25.1)
|
54
|
-
minitest (5.3.4)
|
55
|
-
multi_json (1.10.1)
|
56
|
-
polyglot (0.3.5)
|
57
|
-
rack (1.5.2)
|
58
|
-
rack-test (0.6.2)
|
59
|
-
rack (>= 1.0)
|
60
|
-
rails (4.1.0)
|
61
|
-
actionmailer (= 4.1.0)
|
62
|
-
actionpack (= 4.1.0)
|
63
|
-
actionview (= 4.1.0)
|
64
|
-
activemodel (= 4.1.0)
|
65
|
-
activerecord (= 4.1.0)
|
66
|
-
activesupport (= 4.1.0)
|
67
|
-
bundler (>= 1.3.0, < 2.0)
|
68
|
-
railties (= 4.1.0)
|
69
|
-
sprockets-rails (~> 2.0)
|
70
|
-
railties (4.1.0)
|
71
|
-
actionpack (= 4.1.0)
|
72
|
-
activesupport (= 4.1.0)
|
73
|
-
rake (>= 0.8.7)
|
74
|
-
thor (>= 0.18.1, < 2.0)
|
75
|
-
rake (10.3.2)
|
76
|
-
rspec (3.0.0)
|
77
|
-
rspec-core (~> 3.0.0)
|
78
|
-
rspec-expectations (~> 3.0.0)
|
79
|
-
rspec-mocks (~> 3.0.0)
|
80
|
-
rspec-core (3.0.0)
|
81
|
-
rspec-support (~> 3.0.0)
|
82
|
-
rspec-expectations (3.0.0)
|
83
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
84
|
-
rspec-support (~> 3.0.0)
|
85
|
-
rspec-mocks (3.0.0)
|
86
|
-
rspec-support (~> 3.0.0)
|
87
|
-
rspec-rails (3.0.0)
|
88
|
-
actionpack (>= 3.0)
|
89
|
-
activesupport (>= 3.0)
|
90
|
-
railties (>= 3.0)
|
91
|
-
rspec-core (~> 3.0.0)
|
92
|
-
rspec-expectations (~> 3.0.0)
|
93
|
-
rspec-mocks (~> 3.0.0)
|
94
|
-
rspec-support (~> 3.0.0)
|
95
|
-
rspec-support (3.0.0)
|
96
|
-
rspec_candy (0.3.1)
|
97
|
-
rspec
|
98
|
-
sneaky-save
|
99
|
-
shoulda-matchers (2.6.1)
|
100
|
-
activesupport (>= 3.0.0)
|
101
|
-
sneaky-save (0.0.5)
|
102
|
-
activerecord (>= 3.2.0)
|
103
|
-
sprockets (2.11.0)
|
104
|
-
hike (~> 1.2)
|
105
|
-
multi_json (~> 1.0)
|
106
|
-
rack (~> 1.0)
|
107
|
-
tilt (~> 1.1, != 1.3.0)
|
108
|
-
sprockets-rails (2.1.3)
|
109
|
-
actionpack (>= 3.0)
|
110
|
-
activesupport (>= 3.0)
|
111
|
-
sprockets (~> 2.8)
|
112
|
-
sqlite3 (1.3.9)
|
113
|
-
thor (0.19.1)
|
114
|
-
thread_safe (0.3.4)
|
115
|
-
tilt (1.4.1)
|
116
|
-
treetop (1.4.15)
|
117
|
-
polyglot
|
118
|
-
polyglot (>= 0.3.1)
|
119
|
-
tzinfo (1.2.1)
|
120
|
-
thread_safe (~> 0.1)
|
121
|
-
|
122
|
-
PLATFORMS
|
123
|
-
ruby
|
124
|
-
|
125
|
-
DEPENDENCIES
|
126
|
-
assignable_values
|
127
|
-
consul!
|
128
|
-
minitest
|
129
|
-
rails (= 4.1.0)
|
130
|
-
rspec
|
131
|
-
rspec-rails
|
132
|
-
rspec_candy
|
133
|
-
shoulda-matchers
|
134
|
-
sqlite3
|