iam 0.1.1 → 0.1.2

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,7 +1,7 @@
1
1
  <% role, accounts = account_group %>
2
2
 
3
3
  <tr>
4
- <td class='role-name' colspan=<%= Iam::Configuration.account_attributes.count %>>
4
+ <td class='role-name' colspan=<%= Iam::Configuration.account_attributes.count %>
5
5
  <%= role.public_send Iam::Configuration.role_name_attribute %>
6
6
  </td>
7
7
  </tr>
data/lib/iam/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Iam
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -115,7 +115,6 @@ extensions: []
115
115
  extra_rdoc_files: []
116
116
  files:
117
117
  - .gitignore
118
- - .rspec
119
118
  - Gemfile
120
119
  - README.md
121
120
  - Rakefile
@@ -135,8 +134,6 @@ files:
135
134
  - lib/iam/engine.rb
136
135
  - lib/iam/version.rb
137
136
  - spec/rails_app/.gitignore
138
- - spec/rails_app/.sass-cache/465c165ef21fa54af136b469241496dfb6e2a334/iam.css.sassc
139
- - spec/rails_app/.sass-cache/465c165ef21fa54af136b469241496dfb6e2a334/menu.css.sassc
140
137
  - spec/rails_app/Rakefile
141
138
  - spec/rails_app/app/assets/images/rails.png
142
139
  - spec/rails_app/app/assets/javascripts/application.js
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --color
2
- --format progress