blazemeter 0.5.0 → 0.5.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/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ Instructions.txt
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in blazemeter.gemspec
4
- gemspec
4
+ gemspec
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Blazemeter
2
2
 
3
- TODO: Write a gem description
3
+ BlazeMeter is add-on that provides an integrated self-service, on-demand, cloud-based, 100% JMeter
4
+ compatible load and performance testing for your web and mobile apps. BlazeMeter provides developers
5
+ and QA professionals the ability to script complex user sequences and scenarios to execute extra high
6
+ capacity loads using a self-service, on demand platform.
4
7
 
5
8
  ## Installation
6
9
 
@@ -18,13 +21,12 @@ Or install it yourself as:
18
21
 
19
22
  ## Usage
20
23
 
21
- TODO: Write usage instructions
22
-
23
24
  You can use BlazeMeter either from command line or from your Ruby code.
24
25
 
25
26
  ### Command line usage
26
27
 
27
28
  First you must initialize your Blazemeter instance:
29
+
28
30
  blazemeter api:init
29
31
 
30
32
  or
data/blazemeter.gemspec CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = %q{Provide BlazeMeter integration with Ruby}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
+
17
+ spec.required_ruby_version = '>= 1.9.3'
16
18
 
17
19
  spec.files = `git ls-files`.split($/)
18
20
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Blazemeter
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blazemeter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-31 00:00:00.000000000 Z
12
+ date: 2013-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ! '>='
80
80
  - !ruby/object:Gem::Version
81
- version: '0'
81
+ version: 1.9.3
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements: