flex-rails 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +7 -12
  2. data/VERSION +1 -1
  3. data/flex-rails.gemspec +1 -1
  4. metadata +10 -9
data/README.md CHANGED
@@ -1,18 +1,13 @@
1
- # Flex-rails
1
+ # flex-rails
2
2
 
3
- Rails integration for Flex: provides the engine, generators and helpers to integrate Flex with Rails
3
+ [![Gem Version](https://badge.fury.io/rb/flex-rails.png)](http://badge.fury.io/rb/flex-rails)
4
4
 
5
- ## Links
6
-
7
- * [Flex Repository](https://github.com/ddnexus/flex)
8
- * [Flex Project (Global Documentation)](http://ddnexus.github.io/flex/doc/)
9
- * [flex-rails Gem (Specific Documentation)](http://ddnexus.github.io/flex/doc/5-flex-rails)
10
- * [Issues](https://github.com/ddnexus/flex-rails/issues)
11
- * [Pull Requests](https://github.com/ddnexus/flex-rails/pulls)
5
+ Integrates all the flex gems with `Rails`, providing also specific tasks, generators, helpers, logger options, etc.
12
6
 
13
- ## Branches
7
+ ## Links
14
8
 
15
- The master branch reflects the last published gem. Then you may find a next-version branch (named after the version string), with the commits that will be merged in master just before publishing the next gem version. The next-version branch may get rebased or force pushed.
9
+ - __Gem-Specific Documentation__
10
+ - [flex-rails](http://ddnexus.github.io/flex/doc/5-flex-rails)
16
11
 
17
12
  ## Credits
18
13
 
@@ -21,4 +16,4 @@ Special thanks for their sponsorship to [Escalate Media](http://www.escalatemedi
21
16
  ## Copyright
22
17
 
23
18
  Copyright (c) 2012-2013 by [Domizio Demichelis](mailto://dd.nexus@gmail.com)<br>
24
- See [LICENSE](https://github.com/ddnexus/flex-rails/blob/master/LICENSE) for details.
19
+ See [LICENSE](https://github.com/ddnexus/flex/blob/master/flex-rails/LICENSE) for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -8,12 +8,12 @@ Gem::Specification.new do |s|
8
8
  s.homepage = 'http://github.com/ddnexus/flex-rails'
9
9
  s.authors = ["Domizio Demichelis"]
10
10
  s.email = 'dd.nexus@gmail.com'
11
- s.extra_rdoc_files = %w[README.md]
12
11
  s.files = `git ls-files -z`.split("\0")
13
12
  s.version = version
14
13
  s.date = Date.today.to_s
15
14
  s.required_rubygems_version = ">= 1.3.6"
16
15
  s.rdoc_options = %w[--charset=UTF-8]
16
+ s.license = 'MIT'
17
17
 
18
18
  s.add_runtime_dependency 'rails', '>=2.0'
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flex-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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-08-12 00:00:00.000000000 Z
12
+ date: 2013-08-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - '='
36
36
  - !ruby/object:Gem::Version
37
- version: 1.0.2
37
+ version: 1.0.3
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - '='
44
44
  - !ruby/object:Gem::Version
45
- version: 1.0.2
45
+ version: 1.0.3
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: flex-models
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 1.0.2
53
+ version: 1.0.3
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.2
61
+ version: 1.0.3
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: prompter
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -79,8 +79,7 @@ description: Provides the engine, generators and helpers to integrate Flex with
79
79
  email: dd.nexus@gmail.com
80
80
  executables: []
81
81
  extensions: []
82
- extra_rdoc_files:
83
- - README.md
82
+ extra_rdoc_files: []
84
83
  files:
85
84
  - LICENSE
86
85
  - README.md
@@ -98,7 +97,8 @@ files:
98
97
  - lib/generators/flex/setup/templates/flex_dir/es_extender.rb.erb
99
98
  - lib/generators/flex/setup/templates/flex_initializer.rb.erb
100
99
  homepage: http://github.com/ddnexus/flex-rails
101
- licenses: []
100
+ licenses:
101
+ - MIT
102
102
  post_install_message:
103
103
  rdoc_options:
104
104
  - --charset=UTF-8
@@ -123,3 +123,4 @@ signing_key:
123
123
  specification_version: 3
124
124
  summary: Rails integration for Flex
125
125
  test_files: []
126
+ has_rdoc: