easyxdm-rails 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/README.md +5 -1
  2. data/lib/easyxdm-rails/version.rb +1 -1
  3. metadata +3 -19
data/README.md CHANGED
@@ -12,6 +12,10 @@ Add this to your Gemfile:
12
12
 
13
13
  gem 'easyxdm-rails'
14
14
 
15
+ Then, of course, you need to run:
16
+
17
+ bundle install
18
+
15
19
  Then you can add this to one of your js manifest files (like
16
20
  app/assets/javascripts/application.js)
17
21
 
@@ -52,7 +56,7 @@ You can check the source for the easyxdm-rails-example project:
52
56
 
53
57
  https://github.com/Octo-Labs/easyxdm-rails-example
54
58
 
55
- You can also see tha project deployed here:
59
+ You can also see that project deployed here:
56
60
 
57
61
  http://easyxdm-rails-example.herokuapp.com/
58
62
 
@@ -1,3 +1,3 @@
1
1
  module EasyxdmRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easyxdm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,22 +43,6 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- - !ruby/object:Gem::Dependency
47
- name: capybara
48
- requirement: !ruby/object:Gem::Requirement
49
- none: false
50
- requirements:
51
- - - ! '>='
52
- - !ruby/object:Gem::Version
53
- version: '0'
54
- type: :development
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
46
  - !ruby/object:Gem::Dependency
63
47
  name: guard-rspec
64
48
  requirement: !ruby/object:Gem::Requirement
@@ -136,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
120
  version: '0'
137
121
  segments:
138
122
  - 0
139
- hash: 1528560399394141504
123
+ hash: 2530497426749904858
140
124
  required_rubygems_version: !ruby/object:Gem::Requirement
141
125
  none: false
142
126
  requirements:
@@ -145,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
129
  version: '0'
146
130
  segments:
147
131
  - 0
148
- hash: 1528560399394141504
132
+ hash: 2530497426749904858
149
133
  requirements: []
150
134
  rubyforge_project:
151
135
  rubygems_version: 1.8.24