steering-source 1.0.rc.1 → 1.3.0

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.
@@ -1,5 +1,5 @@
1
1
  module Steering
2
2
  module Source
3
- VERSION = "1.0.rc.1"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steering-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.rc.1
5
- prerelease: 4
4
+ version: 1.3.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Andrew White
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-09-19 00:00:00.000000000 Z
11
+ date: 2014-07-27 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: JavaScript source code for the Handlebars.js compiler.
15
14
  email:
@@ -18,7 +17,7 @@ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - .gitignore
20
+ - ".gitignore"
22
21
  - Gemfile
23
22
  - README.md
24
23
  - Rakefile
@@ -29,26 +28,25 @@ files:
29
28
  - steering-source.gemspec
30
29
  homepage: https://github.com/pixeltrix/steering-source
31
30
  licenses: []
31
+ metadata: {}
32
32
  post_install_message:
33
33
  rdoc_options: []
34
34
  require_paths:
35
35
  - lib
36
36
  required_ruby_version: !ruby/object:Gem::Requirement
37
- none: false
38
37
  requirements:
39
- - - ! '>='
38
+ - - ">="
40
39
  - !ruby/object:Gem::Version
41
40
  version: '0'
42
41
  required_rubygems_version: !ruby/object:Gem::Requirement
43
- none: false
44
42
  requirements:
45
- - - ! '>'
43
+ - - ">="
46
44
  - !ruby/object:Gem::Version
47
- version: 1.3.1
45
+ version: '0'
48
46
  requirements: []
49
47
  rubyforge_project:
50
- rubygems_version: 1.8.24
48
+ rubygems_version: 2.2.2
51
49
  signing_key:
52
- specification_version: 3
50
+ specification_version: 4
53
51
  summary: Handlebars.js compiler source
54
52
  test_files: []