File tree 6 files changed +15
-4
lines changed
elasticsearch-persistence
lib/elasticsearch/persistence
6 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+
1
3
## 0.1.2
2
4
3
5
* Properly delegate existence methods like ` result.foo? ` to ` result._source.foo `
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = "0.1.2 "
3
+ VERSION = "0.1.3 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+
3
+ * Released the "elasticsearch-persistence" Rubygem
4
+
5
+ ## 0.0.1
6
+
7
+ * Initial infrastructure for the gem
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = "0.0.1 "
3
+ VERSION = "0.1.3 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
- # 0.1.2
1
+ ## 0.1.3
2
+
3
+ ## 0.1.2
2
4
3
5
* Allow passing an ActiveRecord scope to the importing Rake task
4
6
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = "0.1.2 "
3
+ VERSION = "0.1.3 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments